Skip to content

Commit

Permalink
Prepare version 3.0.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 9, 2022
1 parent 83e273a commit 7e5072a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Release Process
those who ignore the advice.)
5. Commit: `git commit -am "Prepare version X.Y.X"`
6. Tag: `git tag -a X.Y.Z -m "Version X.Y.Z"`
7. Update `VERSION_NAME` in `gradle.properties` to the next development version. For example, if
you just tagged version 1.0.4 you would set this value to 1.0.5. Do NOT append "-SNAPSHOT" to
this value, it will be added automatically.
7. Update `VERSION_NAME` in `gradle.properties` to the next development version. You MUST include `-SNAPSHOT` on the new version.
8. Commit: `git commit -am "Prepare next development version."`
9. Push: `git push && git push --tags`
10. Paste the `CHANGELOG.md` contents for this version into a Release on GitHub along with the
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false

GROUP=io.reactivex.rxjava3
VERSION_NAME=3.0.1-SNAPSHOT
VERSION_NAME=3.0.1-rc1

POM_NAME=RxAndroid
POM_DESCRIPTION=RxAndroid
Expand Down

0 comments on commit 7e5072a

Please sign in to comment.