davidliu
Committed by GitHub

Update README.md

正在显示 1 个修改的文件 包含 2 行增加1 行删除
@@ -21,5 +21,6 @@ signing.password=<signing key password> @@ -21,5 +21,6 @@ signing.password=<signing key password>
21 signing.secretKeyRingFile=<signing pgp key path> 21 signing.secretKeyRingFile=<signing pgp key path>
22 ```` 22 ````
23 23
24 -2. Update `VERSION_NAME` in `gradle.properties` to reflect the release version. 24 +2. Update `VERSION_NAME` in `gradle.properties` to reflect the release version. (Remove "-SNAPSHOT" when releasing.)
25 3. Run `gradle publish closeAndReleaseRepository` to upload to maven. 25 3. Run `gradle publish closeAndReleaseRepository` to upload to maven.
  26 +4. Update `VERSION_NAME` in `gradle.properties` to prepare for next release version.