diff --git a/RELEASING.md b/RELEASING.md index 87290eb..87d4b47 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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)