update release instructions (#28)

Signed-off-by: Brian DeHamer <[email protected]>
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. 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
View File
@@ -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"