Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 370 Bytes

RELEASING.md

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