- On the
main
branch, dogit pull
- Create a new chore branch and bump the maven project version -- push the chages
- Open a PR from the newly created branch
- Mege the PR once it's 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