NOTE The release process might be this simple... or it might not. Consider it WIP, watch your steps, etc.
- In sbt, run
release. - Tell it the release version
- Tell it the next version
- Confirm you want to push the git commits and tags
- Set the version back to the released version e.g.
set version in ThisBuild := "1.8.0" - Run
bintrayRelease