- Make sure the
CHANGELOG.md
is updated with all the latest notable changes. - Run the release script. Any unsaved local changes will be ignored.
./release.sh <next-snapshot-version>
- Push the commits. A new release will automatically be published on Sonatype.
git push && git push --tags