Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 266 Bytes

RELEASING.md

File metadata and controls

5 lines (4 loc) · 266 Bytes

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 :)