Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.42 KB

RELEASING.md

File metadata and controls

33 lines (20 loc) · 1.42 KB

Releasing

  1. Update CHANGELOG.md

  2. Tag the release and prepare for the next version with:

    $ ./new-version.sh --release-version X.Y.Z --next-version X.Y.Z

    Tip: Use --help to see script usage

  3. Visit CI to see the progress of the release! 🚀

  4. Visit sonatype to promote java artifacts

  5. Create a new project board for the next release using the automated kanban template:

  6. Before closing the project board for the current release, move any open issues to the project board created in step 5

  7. Draft a new release using the release notes for X.Y.Z in step 1 as the release description:

Voting on Releases

Anyone may request a new release of the project in the #general Slack channel.

After one is proposed, committers have 48 hours to give a +1 or -1.

Three +1s authorize the release.

Alternatively, if after 2 days the release has received at least one +1 and no -1s, the release is also authorized.

If the proposed release receives no +1s in two days, it is not authorized and the proposer must make a new request to reset the clock.