Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.02 KB

RELEASING.md

File metadata and controls

16 lines (10 loc) · 1.02 KB

Releasing

This is released from the main branch from 1.6.0 forward. Unless an older version needs patching, then it must be released from the maintenance branch, for instance 1.5.x branch. If there is no maintenance branch for the release that needs patching, create it from the tag.

Cutting the release

Requires contributor access

  • Check the draft release notes to see if everything is there
  • Wait until main build finished after merging the last PR
  • Update the draft release with the next tag version (eg. 1.6.0), title and release description
  • Check that Travis CI release build has executed successfully (Travis will start a CI build for the new tag and publish artifacts to Sonatype)

Check Maven Central