git pull origin
- Change the version in
gradle.properties
to a non-snapshot version. - Update the
README.md
with the new version. git commit -am "Prepare for release X.Y.Z"
(where X.Y.Z is the new version)git push origin
./gradlew clean bintrayUpload publishPlugins
.- Visit bintray and publish to maven central.
- Release on GitHub
- Update the
gradle.properties
to the next SNAPSHOT version. git commit -am "Prepare next development version"
git push origin && git push origin --tags
This repository was archived by the owner on Sep 19, 2022. It is now read-only.