-
-
Notifications
You must be signed in to change notification settings - Fork 278
Releasing new versions
tato edited this page Apr 5, 2024
·
2 revisions
To release a new version, the below steps need to be followed -
- Bump versions, refer to this commit
-
git tag v0.19.4
(replace with actual version name) git push --tags
- Go to the release page
- Click
Draft a new release
- Select the tag you just created
- Click
Generate release notes
- Click
Publish release