update release documentation

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer 2024-05-09 16:51:45 -07:00
parent f8d5ea8082
commit 231d7154be
No known key found for this signature in database

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
```