From 8272f507dc209a12ef8826d21e2a522f5eb9d654 Mon Sep 17 00:00:00 2001 From: etiennestuder Date: Fri, 14 Oct 2016 08:10:06 +0800 Subject: [PATCH] Add release instructions --- info.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 info.txt diff --git a/info.txt b/info.txt new file mode 100644 index 00000000..248cc2ca --- /dev/null +++ b/info.txt @@ -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