-
Update the
VERSION_NAMEingradle.propertiesto the release version. -
Update the changelog:
- Change the
Unreleasedheader to the release version. - Add a link URL to ensure the header link works.
- Add a new
Unreleasedsection to the top.
- Change the
-
Commit
git commit -am "Prepare version X.Y.Z" -
Tag
git tag -am "Version X.Y.Z" X.Y.Z -
Update the
VERSION_NAMEingradle.propertiesto the next "SNAPSHOT" version. -
Commit
git commit -am "Prepare next development version" -
Push!
git push --follow-tags
This will trigger a GitHub Action workflow which will create a GitHub release and upload the release artifacts to Maven Central.