Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 397 Bytes

release.md

File metadata and controls

14 lines (11 loc) · 397 Bytes

Release Procedure

Artefacts are published to Sonatype OSS, which sync's with Maven Central repositories.

The following procedure is executed manually:

$ sbt +test # tests the code
$ git tag vX.Y.Z -m "release version X.Y.Z"  
$ sbt +publishSigned  #publishes the signed artefacts to Sonatype staging
$ sbt sonatypeRelease
$ git push --tags origin develop