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