Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 347 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 347 Bytes

Contributing

Release process

Travis CI automatically publishes all builds to Bintray, so publishing is simple.

To release version X.Y.Z:

  • Check that CHANGELOG.md lists all important changes.
  • sbt 'release X.Y.Z' (quotes are important!)
  • Check that the changelog looks good and the tag vX.Y.Z exists.
  • git push --follow-tags