update release instructions (#28)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-03-28 12:59:50 -07:00
committed by GitHub
parent 446eb8fa62
commit 47fc25c335
2 changed files with 8 additions and 8 deletions
+1
View File
@@ -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
View File
@@ -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"