- Update
POM_VERSION_NAME
to the new versionX.Y.Z
inpermission/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