- On the
main
branch, dogit pull
- Create a new chore branch and bump the maven project version--push the changes
- Open a PR from the newly created branch
- Merge the PR once it is ready
- On the
main
branch, dogit pull
again - Create a new tag:
git tag release/xxx.yyy.zzz
, wherexxx
is the major version,yyy
is the minor version, andzzz
is the patch version. See semantic versioning for more info. - Push the new tag
git push --tags