From b3cccb7a85211d6c0c3664afb5457d704e5708a8 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 26 Jul 2018 21:30:57 +0200 Subject: update gradle and android plugin --- RELEASING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 RELEASING.md (limited to 'RELEASING.md') diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..fa19536 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,14 @@ +# Releasing + + 1. Change the version in `gradle.properties` to a non-SNAPSHOT version. + 3. Update the `README.md` with the new version. + 4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) + 5. `./gradlew clean uploadArchives`. + 6. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact. + 7. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version) + 8. Update the `gradle.properties` to the next SNAPSHOT version. + 9. `git commit -am "Prepare next development version."` + 10. `git push && git push --tags` + 11. Update the two sample modules to point to the newly released version. + +If step 5 or 6 fails, drop the Sonatype repo, fix the problem, commit, and start again at step 5. \ No newline at end of file -- cgit v1.2.3