- Bump the
libraryVersionproperty inrelease-bintray.gradlebased on Major.Minor.Patch naming scheme - Check
bintrayRepoatrelease-bintray.gradleproperty set tomaven - Check
bintray.userandbintray.apikeyatlocal.properties. - Update
CHANGELOG.mdfor the impending release. - Update
README.mdwith 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 tag -a X.Y.X -m "Version X.Y.Z"(where X.Y.Z is the new version)./gradlew clean build bintrayUploadgit push && git push --tags