davidliu
Committed by GitHub

Update release-instructions.md

@@ -11,5 +11,6 @@ signing.secretKeyRingFile=<signing pgp key path> @@ -11,5 +11,6 @@ signing.secretKeyRingFile=<signing pgp key path>
11 ```` 11 ````
12 12
13 2. Update `VERSION_NAME` in `gradle.properties` to reflect the release version. (Remove "-SNAPSHOT" when releasing.) 13 2. Update `VERSION_NAME` in `gradle.properties` to reflect the release version. (Remove "-SNAPSHOT" when releasing.)
14 -3. Run `gradle publish closeAndReleaseRepository` to upload to maven.  
15 -4. Update `VERSION_NAME` in `gradle.properties` to prepare for next release version. 14 +3. Run `gradle publish` to upload to Sonatype.
  15 +4. Run `gradle closeAndReleaseRepository` to release to Maven (do not combine with previous command as ordering isn't guaranteed.)
  16 +5. Update `VERSION_NAME` in `gradle.properties` to prepare for next release version.