Skip to content

Commit

Permalink
Update RELEASING.md to simplify release process
Browse files Browse the repository at this point in the history
  • Loading branch information
xxfast committed Apr 19, 2022
1 parent 2c745c6 commit 512a356
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ Releasing

1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
2. Update the `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Release X.Y."` (where X.Y is the new version)
5. `git tag -a X.Y -m "Version X.Y"` (where X.Y is the new version)
6. `git push && git push --tags`
7. Login to https://oss.sonatype.org and close the staged repository.
8. Update the `gradle.properties` to the next SNAPSHOT version.
9. `git commit -am "Prepare next development version."`
10. `git push`
3. `git commit -am "Release X.Y."` (where X.Y is the new version)
4. `git push`
5. Update the `gradle.properties` to the next SNAPSHOT version.
6. `git commit -am "Prepare next development version."`
7. `git push`

0 comments on commit 512a356

Please sign in to comment.