Skip to content

build: create release branch as part of tag script#485

Open
zimeg wants to merge 1 commit intomainfrom
zimeg-chore-release-branch
Open

build: create release branch as part of tag script#485
zimeg wants to merge 1 commit intomainfrom
zimeg-chore-release-branch

Conversation

@zimeg
Copy link
Copy Markdown
Member

@zimeg zimeg commented Apr 10, 2026

Changelog

N/A - But we remain excited to test this 🚀

Summary

This PR adds a step to create the release branch as part of the tag script to bring us one step closer to one-click releases.

Notes

This changes our suggested release branch from the format chore-release-3-14-0 to chore-release-3.14.0 but automates most of this. I will follow up to runbooks if this is alright!

Requirements

@zimeg zimeg added this to the Next Release milestone Apr 10, 2026
@zimeg zimeg self-assigned this Apr 10, 2026
@zimeg zimeg requested a review from a team as a code owner April 10, 2026 21:35
@zimeg zimeg added semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Apr 10, 2026
Copy link
Copy Markdown
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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)"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👁️‍🗨️ note: We don't check that main is used because this step can support feature builds too!

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.22%. Comparing base (346be01) to head (727bcd5).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant