- Change the version in
gradle.properties
to a non-SNAPSHOT version. - Update the
CHANGELOG.md
for the impending release. git commit -am "Release X.Y."
(where X.Y is the new version)git push
- Update the
gradle.properties
to the next SNAPSHOT version. git commit -am "Prepare next development version."
git push