Skip to content

Commit

Permalink
update release documentation (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed May 10, 2024
1 parent 798ee58 commit c29e4e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit c29e4e9

Please sign in to comment.