Skip to content

Commit

Permalink
Add git tag -a to release process (#356)
Browse files Browse the repository at this point in the history
The GitHub Releases feature creates lightweight tags, not annotated tags.
  • Loading branch information
lambda-fairy authored Sep 25, 2022
1 parent 8415003 commit ce6a9f3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- [`maud_macros`](maud_macros/src/lib.rs)
4. `cd docs && cargo update`
5. Commit to a new branch `release-X.Y.Z`, open a PR, fix issues, merge
6. [Create a release](https://github.com/lambda-fairy/maud/releases/new)
7. [Verify that documentation was published](https://github.com/lambda-fairy/maud/actions?query=workflow%3A%22Publish+docs%22) (this should have been triggered by the release)
8. `cargo publish`
6. `git tag -a vX.Y.Z && git push --tags`
- For the description, use a [My Little Pony quote](https://mlp.fandom.com/wiki/Maud_Pie#Quotes)
7. [Create a release](https://github.com/lambda-fairy/maud/releases/new) against the new tag
8. [Verify that documentation was published](https://github.com/lambda-fairy/maud/actions?query=workflow%3A%22Publish+docs%22) (this should have been triggered by the release)
9. `cargo publish`

0 comments on commit ce6a9f3

Please sign in to comment.