From 41f52060b2004b662adbf43d6a1e47a47706ea34 Mon Sep 17 00:00:00 2001 From: Andreas Rossbacher Date: Wed, 30 Jun 2021 15:32:34 -0700 Subject: [PATCH] Prepare for release 6.0.0-beta02 --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 51f72724..bb3b5011 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,7 +4,7 @@ Releasing 1. Change the version in `gradle.properties` to a non-SNAPSHOT version. 4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) 5. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version) - 6. `./gradlew clean assemble sourcesJar androidSourcesJar javadocsJar androidJavadocsJar uploadArchives --no-daemon --no-parallel` + 6. `./gradlew clean assemble sourcesJar androidSourcesJar javadocsJar androidJavadocsJar publish --no-daemon --no-parallel` 7. Update the `gradle.properties` to the next SNAPSHOT version. 8. `git commit -am "Prepare next development version."` 9. `git push && git push --tags`