aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
blob: f1eb2d6d96a64cd0bf47a7c7a40a6e600a137179 (plain)
1
2
3
4
5
To publish a release:

 - Tag the commit on master: `git tag -a x.x.x -m x.x.x && git push --tags`
 - Execute the release process: `./gradlew clean test bintraySign mavenCentralSync -PisRelease=true`
 - Don't forget to publish the tag on Github with release notes :)