Skip to content

Developing

Idrees Khan edited this page Mar 28, 2018 · 7 revisions

Releasing

Prerequisites

  • Sign up for a Sonatype account here
  • Ask for permissions to push to com.spotify domain like in this ticket
  • Add Sonatype credentials to ~/.sbt/1.0/credentials.sbt
credentials ++= Seq(
  Credentials(
    "Sonatype Nexus Repository Manager",
    "oss.sonatype.org",
    "$USERNAME",
    "$PASSWORD"))

Release procedure

  • Run sbt release and follow the instructions
  • Go to oss.sonatype.org, find the staging repository, "close" and "release"
  • Add changelog to releases page
Clone this wiki locally