We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffba1c commit 41f5206Copy full SHA for 41f5206
RELEASING.md
@@ -4,7 +4,7 @@ Releasing
4
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
5
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
6
5. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
7
- 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`
8
7. Update the `gradle.properties` to the next SNAPSHOT version.
9
8. `git commit -am "Prepare next development version."`
10
9. `git push && git push --tags`
0 commit comments