Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 338 Bytes

CONTRIBUTING.md

File metadata and controls

4 lines (4 loc) · 338 Bytes

Publishing a release

To publish release version to Sonatype, do the following:

  • make a tag with version number vX.Y.Z (used by sbt-dynver to set version in build.sbt);
  • use the new tag to make a Github release, which triggers release.yml workflow and publishes release version to Sonatype;