mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-19 05:42:36 +00:00
update release documentation
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
f8d5ea8082
commit
231d7154be
@ -28,3 +28,11 @@ otherwise, skip directly to step #5.
|
|||||||
```shell
|
```shell
|
||||||
gh release create vX.X.X
|
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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user