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