add release instructions (#21)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-03-06 16:31:28 -08:00
committed by GitHub
parent 14e407ca15
commit 96830cdd3b
2 changed files with 16 additions and 59 deletions

16
RELEASE.md Normal file
View File

@@ -0,0 +1,16 @@
# Release Instructions
Follow the steps below to tag a new release for the `actions/attest` action.
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:
```shell
gh release create vX.X.X
```
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
have a dependency on `actions/attest`