bokeh / bokeh-scala

Scala bindings for Bokeh plotting library
MIT License
135 stars 16 forks source link

Automate release process #15

Open mattpap opened 9 years ago

mattpap commented 9 years ago

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.

mattpap commented 8 years ago

Consider using sbt-release plugin.