Skip to content

Commit

Permalink
Prepare for release 6.0.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Rossbacher committed Jun 30, 2021
1 parent 0ffba1c commit 41f5206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 41f5206

Please sign in to comment.