Skip to content

Release checklist

Reuben Morais edited this page May 20, 2021 · 1 revision

Creating and publishing a new release:

  • Bump the version in the VERSION file
  • Commit this change (preferably by its own in a separate commit). Eg: git commit -m "Bump VERSION to 0.0.8"
  • Push to main
  • Create and publish new release with the tag matching the version with a v before the SemVer version, eg: v0.0.8
  • Monitor the release workflow in actions
Clone this wiki locally