bokeh-scala
bokeh-scala copied to clipboard
Automate release process
In theory, releasing a new version of bokeh-scala is as simple as issuing ./sbt +publishSigned
and going to oss.sonatype.org and closing and releasing staging repository. Full process is a little more involved and is detailed here. Preferably write automation in sbt and maybe use jgit.
Consider using sbt-release plugin.