- Change the version in
gradle.properties
to a non-SNAPSHOT version - Update
CHANGELOG.md
- Update
README.md
with the new version git commit -am "Prepare for release vX.Y.Z."
(where X.Y.Z is the new version)git tag -a vX.Y.Z -m "Version X.Y.Z"
(where X.Y.Z is the new version)- Change the version in
gradle.properties
to a new SNAPSHOT version git commit -am "Prepare for next development iteration"
git push && git push --tags
- Wait until the
Publish a release
action completes, then Visit Sonatype and promote the artifact.