Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 724 Bytes

ReleaseProcedure.md

File metadata and controls

32 lines (22 loc) · 724 Bytes

Release procedure

Snapshot release

Proper release

  • Check ReleaseNotes OK
  • Remove snapshot from version in build.sbt
  • sbt test package
  • Check everything OK
  • sbt +publishSigned
  • Check it seems OK
  • sbt +sonatypeRelease
  • Check it seems OK: https://oss.sonatype.org/content/repositories/releases/com/github/darrenjw/
  • Check/edit ReadMe version numbers
  • Bump version numbers for examples and example scripts and re-run to check
  • Commit and push
  • Check GitHub OK
  • Do a GitHub release
  • Bump version to next snapshot in build.sbt

eof