To publish release version to Sonatype, do the following:
- make a tag with version number
vX.Y.Z
(used bysbt-dynver
to setversion
inbuild.sbt
); - use the new tag to make a Github release, which triggers
release.yml
workflow and publishes release version to Sonatype;