Skip to content

Commit

Permalink
docs: Add publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Sep 15, 2016
1 parent 08a714e commit c48fb05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions REALEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#Releasing this library:
1. Tested the library, and make sure there's no regression.
- Run this command to build the library:
```shell
./gradlew install
```
- Run this command to publish the library after the previous completed with success.
```shell
./gradlew bintrayUpload
```
- Sign in on Bintray and publish the packages.

0 comments on commit c48fb05

Please sign in to comment.