You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
1.Add release entry to [changelog](./CHANGELOG.md)
4
-
2.Update version using `bump2version --new-version 1.12.0 patch` (NOTE: the `patch` is reqiured for the command to execute but doesn't mean anything as you're supplying a full version)
3
+
1.Update version using `bump2version --new-version 1.12.0 patch` (NOTE: the `patch` is reqiured for the command to execute but doesn't mean anything as you're supplying a full version)
4
+
2.Add release entry to [changelog](./CHANGELOG.md)
5
5
3. Open a PR with the above, and merge that into main
6
6
4. Create new tag on merged commit with the new version (e.g. `v2.3.1`)
7
7
5. Push the tag upstream (this will kick off the release pipeline in CI)
8
8
6. Copy change log entry for newest version into draft GitHub release created as part of CI publish steps
0 commit comments