Skip to content

Commit 41f5206

Browse files
author
Andreas Rossbacher
committed
Prepare for release 6.0.0-beta02
1 parent 0ffba1c commit 41f5206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Releasing
44
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
55
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
66
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`
7+
6. `./gradlew clean assemble sourcesJar androidSourcesJar javadocsJar androidJavadocsJar publish --no-daemon --no-parallel`
88
7. Update the `gradle.properties` to the next SNAPSHOT version.
99
8. `git commit -am "Prepare next development version."`
1010
9. `git push && git push --tags`

0 commit comments

Comments
 (0)