Skip to content

Release process

Daniel Chao edited this page Jan 30, 2024 · 3 revisions

Pre-requisites

  • Update changelog with new version notes
  • VERSION updated to new version
  • PR submitted and merged into main

Release

  • Run git tag -a x.y.z -m "Release version x.y.z"
  • Run git push --follow-tags to push the new tag and spawn a release build
Clone this wiki locally