Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.35 KB

RELEASING.md

File metadata and controls

21 lines (13 loc) · 1.35 KB

Releasing

This is released from the master 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 master 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 Bintray)

Requires Bintray access

  • Go to Bintray and select the just released version
  • Go to the Maven Central tab and sync with Sonatype (using your Sonatype TOKEN key and password) (you may watch progress in the Staging repository)

Check Maven Central