Skip to content

Release

Benedikt Müll edited this page Jun 13, 2023 · 3 revisions

How to create a new release version

  1. Create a new version tag with git tag v0.0.0 and adjust the version accordingly.
  2. Push new tag with git push origin v0.0.0.
  3. The build and bundle artifacts are then downloadable on the Release page.
Clone this wiki locally