Releases are handled by sbt-ci-release
and Github Actions. To release a new version do the following:
- Go here
- In the
Choose a tag
dropdown, create a new tag with the following formatv[0-9]+.[0-9]+.[0-9]
. For examplev0.0.1
is a valid release number but0.0.1
and0.1
are not. - Make sure the
Target
branch is set correctly. - Select the correct
Previous tag
. - Click the
Generate release notes
button. - Click the
Publish release
button.
Once this is done it will trigger a github action that will publish this version to maven central.