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
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