-
Create and edit release notes
bash support/write-release-template.sh
-
Create and push a tag locally
git tag v0.xx.yy git push github v0.xx.yy
-
sbt githubRelease
to push the release to github -
Once the tag is pushed, travis-ci will start building a release immediately. Artifacts should be published to bintray and sonatype automatically.