Skip to content

Commit

Permalink
docs(README): add releasing command
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed May 3, 2016
1 parent e1ec8be commit e30458a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,16 @@ In addition, this library provides an extensions of the following.
- requireNoNulls

## Test

```
$ ./gradlew clean test
```

## Upload Bintray

```
$ ./gradlew clean assemble bintrayUpload
```

## License
MIT License

0 comments on commit e30458a

Please sign in to comment.