Skip to content

Commit

Permalink
Update bump2version flags
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Jul 17, 2023
1 parent cb21282 commit b5ff981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Major, minor, patch releases
3. Update translations using `make translate`
4. If you get npm errors, go into the ui folder and run `npm install`
5. commit translations to `main` and push to remote
6. run `bump2version release`. Note that bump2version won't show changes when you make the change, but it will work (see `git log` to check)
6. run `bump2version --verbose --sign-tags release`. Note that bump2version won't show changes when you make the change, but it will work (see `git log` to check)
7. push the tags to the remote with `git push --tags`
8. push version bump to remote with `git push`
9. merge `main` back into `develop`. Slightly unrelated to the release process but this is a good time to do it so that the new version numbers appear in `develop` as well

0 comments on commit b5ff981

Please sign in to comment.