Update RELEASING.md

This commit is contained in:
Mike Nakhimovich 2017-01-10 09:52:10 -05:00 committed by GitHub
parent a74296723d
commit 60761710a9

View file

@ -1,7 +1,7 @@
Releasing
========
1. Change the version in `gradle.properties` to a non-SNAPSHOT verson.
1. Change the version in top level `build.gradle` to a non-SNAPSHOT verson.
2. Update the `CHANGELOG.md` for the impending release.
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)