Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 259 Bytes

RELEASING.md

File metadata and controls

11 lines (8 loc) · 259 Bytes

Releasing

Releasing on Sonatype and Maven Central is automated with sbt-ci-release.

To trigger a release for version X.Y.Z run:

version=X.Y.Z
git tag -a v$version -m "v$version"
git push origin v$version