From 9cbbc78ff9890ac9594e92fd221de87fbd62c3ef Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 9 May 2024 12:33:29 -0700 Subject: [PATCH] update release documentation (#56) Signed-off-by: Brian DeHamer --- RELEASE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 0733669..e773662 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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