Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 708 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 708 Bytes

Release to Bintray

To release a new version on Bintray, first ensure all tests pass with, then bump the version in the build.gradle according to semantic versioning.

Next, publish a release to Bintray.

Create a gradle.properties file and specify the following properties:

bintrayUser=<YOUR_USER_NAME>
bintrayApiKey=<YOUR_API_KEY>

Next, run the command to upload to bintray

./gradlew bintrayUpload

Make sure to publish the release on bintray, it will initially be set as "unpublished".

Make sure to tag a release in git and update the release notes on Github.

Once published, add release notes.