Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 568 Bytes

RELEASE.md

File metadata and controls

18 lines (11 loc) · 568 Bytes

Releases

The release process is as follows:

  1. Ensure all required changes have been merged

  2. Check out the main branch and ensure there are no local changes

  3. Update CHANGELOG.md and version in README.md, committing the changes

  4. Initiate the release by creating a remote tag:

    git push origin HEAD:refs/tags/release

The Maven release plugin will run in CI and will create and push two commits in git, one with the release version and one with the following snapshot. It will also create and push a tag that actually performs the release.