update release documentation (#66)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
33e2a1e792
commit
951c0c5f8e
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue