- Bump the VERSION_NAME property in
gradle.properties
based on Major.Minor.Patch naming scheme - Update
CHANGELOG.md
for the impending release. - Update the
README.md
with the new version. git commit -am "Prepare for release X.Y.Z"
(where X.Y.Z is the version you set in step 1)git push
- Create a new release on Github
- Tag version
vX.Y.Z
- Release title
vX.Y.Z
- Paste the content from
CHANGELOG.md
as the description
- Tag version
./gradlew clean uploadArchives --no-daemon --no-parallel
- Visit Sonatype Nexus and promote the artifact.