mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-03-15 03:47:54 +00:00
446 B
446 B
Release Instructions
Follow the steps below to tag a new release for the
actions/attest-build-provenance action.
-
Create a new release for the top-level action using a tag of the form
vX.X.Xfollowing SemVer conventions:gh release create vX.X.X -
Move (or create) the major version tag to point to the same commit tagged above:
git tag -fa vX -m "vX" git push origin vX --force