Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 362 Bytes

RELEASING.md

File metadata and controls

11 lines (10 loc) · 362 Bytes

Production Releases

  1. Make sure the CHANGELOG.md is updated with all the latest notable changes.
  2. Run the release script. Any unsaved local changes will be ignored.
    ./release.sh <next-snapshot-version>
  3. Push the commits. A new release will automatically be published on Sonatype.
    git push && git push --tags