Skip to content

Releasing new versions

tato edited this page Apr 5, 2024 · 2 revisions

To release a new version, the below steps need to be followed -

  1. Bump versions, refer to this commit
  2. git tag v0.19.4 (replace with actual version name)
  3. git push --tags
  4. Go to the release page
  5. Click Draft a new release
  6. Select the tag you just created
  7. Click Generate release notes
  8. Click Publish release
Clone this wiki locally