- Change the version in
gradle.properties
to a non-SNAPSHOT version - Update the
CHANGELOG.md
git commit -am "Prepare for release X.Y.Z"
git tag -a vX.Y.Z -m "Version X.Y.Z"
git push && git push --tags
to trigger CI to deploy the release- Update
gradle.properties
to next SNAPSHOT version git commit -am "Prepare for development"
git push && git push --tags
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.