Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 370 Bytes

File metadata and controls

9 lines (7 loc) · 370 Bytes

Releasing

Releases are handled by sbt-ci-release and Github Actions. Random versions are automatically deployed when changes are merged to main. To create a new semvar'ed version, do the following:

git tag -a v0.1.0
# add notes about what changed
git push origin v0.1.0