Skip to content

Commit

Permalink
Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Oct 14, 2016
1 parent 857a6e4 commit 8272f50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions info.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Release process:
- ensure `baseVersion` has correct value in build.gradle
- Set `dryRun` to false in the `bintray` config in build.gradle
- Run `gr clean build bintrayUpload -PRELEASE`
- Set `dryRun` to true in the `bintray` config in build.gradle
- Tag release, e.g. `git tag v0.2`, and push the tag
- update `baseVersion` to next anticipated version in build.gradle

0 comments on commit 8272f50

Please sign in to comment.