Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 370 Bytes

release-howto.md

File metadata and controls

32 lines (15 loc) · 370 Bytes

Change version in

  • build.sbt
  • and multiple places in README.md

Clean and test cross scala version

sbt clean +test

Commit

tag with version

Deploy to maven central:

sbt +publish-signed

Check and publish artifact

https://oss.sonatype.org/

push push --tag

change version to next snapshot in build.sbt commit and push