Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Release

Mateusz Paprocki edited this page Mar 3, 2015 · 8 revisions

Assuming that the current development version is 0.3-SNAPSHOT:

  1. Remove -SNAPSHOT suffix from version in project/Build.scala.
  2. Update README.md ("Usage" section and links to scaladoc).
  3. ./sbt +test +doc
  4. Make sure everything is green under 2.10 and 2.11.
  5. Commit changes with bokeh-scala 0.3 commit message.
  6. Tag this commit as v0.3 and sign using your PGP key.
  7. ./sbt +publishSigned +upload
  8. Go to oss.sonatype.org, review changes and finalize release.
  9. Update version in project/Build.scala to 0.4-SNAPSHOT.
  10. Commit changes with New release cycle commit message.
  11. ./sbt +publish (new snapshot to make scaladoc link alive).
  12. Update bokeh-scala-sample, by using 0.3 in version and libraryDependencies in build.sbt.
  13. Add release notes to v0.3 tag on GitHub.
  14. Send announcement for the release to bokeh@continuum.io.

Note that step 8. is irreversible. Artifacts published to the central repository can't be removed (for good reasons). If the release is defunct, just fix the problem and create a new release. Let people know in the announcement there's a version that shouldn't be used.

Useful literature:

  1. http://www.scala-sbt.org/0.13/docs/Using-Sonatype.html
  2. http://central.sonatype.org/pages/releasing-the-deployment.html

Clone this wiki locally