Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 3.12 KB

RELEASING.md

File metadata and controls

57 lines (45 loc) · 3.12 KB

Releasing

See the prerequisites if this is your first release.

Step 0: Create a new release tracking

  1. Click "new issue";
  2. Opening the raw RELEASING.md content; and
  3. Copying the following release checklist, up to "You are done!", into the new issue and create it.

Release checklist

You are done!

Prerequisites

  • repo push rights
  • publishing crendentials for Sonatype, typically in ~/.sbt/1.0/credentials.sbt:
    credentials += Credentials("Sonatype Nexus Repository Manager", "oss.sonatype.org", <username>, <password>)

(Make sure you're not using an ancient version of sbt-pgp in ~/.sbt/1.0/plugins.)