- Update
POM_VERSION_NAMEto the new versionX.Y.Zand updatePOM_VERSION_DESCRIPTIONinpermission/gradle.properties. - Update version name in
README.md - Add change log in
CHANGELOG.md - Execute
git commit -m "Prepare for release X.Y.Z"(where X.Y.Z is the new version). - Execute
./gradlew clean bintrayUpload. - Execute
git tag v_X.Y.Z"(where X.Y.Z is the new version) - Execute
git push && git push --tags