Skip to content

Commit

Permalink
Doc update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed May 12, 2021
1 parent a01cd89 commit 78aa532
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ git commit -m "<version, e.g. v1.4> release"
# Tag the release
git tag <version, e.g. v1.4>
git push origin <version, e.g. v1.4>

# Update floating tags
git tag --delete v1
git push origin :refs/tags/v1
git tag v1
git push origin v1
```

Once the tag exists, you make a new release from it in the github UI.
Expand Down

0 comments on commit 78aa532

Please sign in to comment.