update release instructions (#28)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
Follow the steps below to tag a new release for the `actions/attest` action.
|
||||
|
||||
1. Update the `version` field in package.json.
|
||||
1. Merge the latest changes to the `main` branch.
|
||||
1. Create a new release using a tag of the form `vX.X.X` following SemVer
|
||||
conventions:
|
||||
|
||||
+7
-8
@@ -1,21 +1,20 @@
|
||||
{
|
||||
"name": "typescript-action",
|
||||
"description": "GitHub Actions TypeScript template",
|
||||
"version": "0.0.0",
|
||||
"name": "actions/attest",
|
||||
"description": "Generate signed attestations for workflow artifacts",
|
||||
"version": "0.1.1",
|
||||
"author": "",
|
||||
"private": true,
|
||||
"homepage": "https://github.com/actions/typescript-action",
|
||||
"homepage": "https://github.com/actions/attest",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/typescript-action.git"
|
||||
"url": "git+https://github.com/actions/attest.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/typescript-action/issues"
|
||||
"url": "https://github.com/actions/attest/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"node",
|
||||
"setup"
|
||||
"attestation"
|
||||
],
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user