- Bump the VERSION_NAME property in
gradle.properties
based on Major.Minor.Patch naming scheme - Update
CHANGELOG.md
for the impending release. git commit -am "Prepare for release X.Y.Z."
(where X.Y.Z is the version you set in step 1)./gradlew clean uploadArchives --no-daemon --no-parallel
- Visit Sonatype Nexus and promote the artifact.
- Open PR with on Github, merge, and publish release through Github UI.