- Change the version in
gradle.propertiesto 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 --tagsto trigger CI to deploy the release- Update
gradle.propertiesto next SNAPSHOT version git commit -am "Prepare for development"git push && git push --tags
This repository was archived by the owner on Mar 6, 2024. It is now read-only.