build: create release branch as part of tag script#485
Open
Conversation
zimeg
commented
Apr 10, 2026
Member
Author
zimeg
left a comment
There was a problem hiding this comment.
💡 A thought on changes I ran into that I'd like to share follows!
Comment on lines
+86
to
+87
| @printf "$(FONT_BOLD)Creating Branch$(FONT_RESET)\n" | ||
| git checkout -b "chore-release-$(RELEASE_VERSION)" |
Member
Author
There was a problem hiding this comment.
👁️🗨️ note: We don't check that main is used because this step can support feature builds too!
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #485 +/- ##
=======================================
Coverage 71.21% 71.22%
=======================================
Files 222 222
Lines 18664 18664
=======================================
+ Hits 13292 13293 +1
Misses 4190 4190
+ Partials 1182 1181 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Summary
This PR adds a step to create the release branch as part of the
tagscript to bring us one step closer to one-click releases.Notes
This changes our suggested release branch from the format
chore-release-3-14-0tochore-release-3.14.0but automates most of this. I will follow up to runbooks if this is alright!Requirements