Skip to content

Releasing

Erik van den Brink edited this page Dec 16, 2022 · 1 revision

Creating a release

git tag v<semver>
git push origin --tags

A Github action will then create a draft release that you'll have to manually publish.

Clone this wiki locally