Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 363 Bytes

RELEASING.md

File metadata and controls

9 lines (9 loc) · 363 Bytes
  • Edit project/Build to name the new version
  • Edit README.md to name the new version
  • Edit CHANGELOG.md
  • git commit, git push
  • git tag
  • make sure ~/.gnupg/gpg.conf lists the proper key as the default one (check with gpg --list-key)
  • export GPG_TTY=$(tty) (Mac only)
  • sbt +publishSigned
  • In Sonatype Close the staging repository, and Release it.