- Update the version in top-level
gradle.properties
. - Update the
CHANGELOG.md
for the impending release. git commit -am "Prepare for next release."
and push the commit to remote repo.git tag X.Y.Z
(where X.Y.Z is the new version that follows SemVer scheme)git push origin X.Y.Z
and CI will handle the rest.