Skip to content

Commit

Permalink
update release documentation (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed May 9, 2024
1 parent d442d85 commit 9cbbc78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Follow the steps below to tag a new release for the `actions/attest` action.
gh release create vX.X.X
```

1. Move (or create) the major version tag to point to the same commit tagged
above:

```shell
git tag -fa vX -m "vX"
git push origin vX --force
```

1. As appropriate, update any actions like
[`actions/attest-build-provenance`](https://github.com/actions/attest-build-provenance)
and [`actions/attest-sbom`](https://github.com/actions/attest-sbom) which
Expand Down

0 comments on commit 9cbbc78

Please sign in to comment.