Skip to content

Commit

Permalink
chore: update release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BacchusJackson committed Apr 26, 2024
1 parent 5ce83bc commit 6168260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ packages the app and releases it to the GitHub UI.
1. Run `just test` to make sure unit testing still passes after upgrading
1. Commit the changes `git commit -am "chore: upgrade dependencies"`
1. Update CHANGELOG.md
1. Release commit should be signed `git commit -S -m "release: vx.x.x`
1. Release commit (optional) `git commit -m "release: vx.x.x && git push`
1. Wait for unit testing action to pass `gh run watch`
1. git tag `git tag -sa "release" vX.X.X`
1. Release tag `git tag -s -a vX.X.X -m "Release version X.X.X"`
1. git push tag `git push vX.X.X`

# References
Expand Down

0 comments on commit 6168260

Please sign in to comment.