update release documentation (#66)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer 2024-05-10 10:47:07 -07:00 committed by GitHub
parent 33e2a1e792
commit 951c0c5f8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,3 +28,11 @@ otherwise, skip directly to step #5.
```shell
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
```