Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 815 Bytes

RELEASE.md

File metadata and controls

26 lines (23 loc) · 815 Bytes

Release process

  • Update build.sc version (follow SEMVER)
  • Make a commit ("Set version to 0.6.6")
  • Make a tag ("v0.6.6")
  • Run the below (may require multiple attempts)
mill mill.scalalib.PublishModule/publishAll \ 
  --sonatypeCreds $SONATYPE_USERNAME:$SONATYPE_PASSWORD \ 
  --gpgPassphrase $GPG_PASSPHRASE \ 
  --publishArtifacts \
  __.publishArtifacts