Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn versions:set -DnewVersion="x.y.z"
Modify CHANGES.txt to set the release date to when the vote will likely end ( +3 or 4 days from the vote start ).
Modify CHANGES.txt for this release's ChangeLog using "git log --pretty=online"
Commit and push all the version changechanges.
Create a Release Tag
Code Block
git tag -a release-x.y.z-rc0 -m 'Tez x.y.z RC0'
git push --tags origin

...