Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.71 KB

RELEASING.md

File metadata and controls

16 lines (14 loc) · 1.71 KB

Releasing

From a direct clone (rather than a fork). You will need permission in sonatype to push to com.lightbend.akka groupd ID.

  1. Ask someone in the Akka team to rename the 'akka-persistence-couchbase-xx-stable' report in WhiteSource to reflect the latest version (unfortunately this requires permissions that cannot be shared in a granular way)
  2. Check closed issues without a milestone and either assign them the 'upcoming' release milestone or 'invalid'
  3. Create a new release with:
    • the next tag version (e.g. v0.21)
    • title and release description including notable changes
    • link to the milestone showing an overview of closed issues for this release
    • overview of contributors generated by sbt-authors
  4. Travis CI will start a CI build for the new tag and publish artifacts to Bintray.
    • When the travis build fails it must be restarted. Artifacts may already have been pushed to Bintray, however, so remove them there before restarting the build.
  5. Login to Bintray and sync artifacts to Maven Central:
  6. Close the milestone for this release and start a new one.