-
Notifications
You must be signed in to change notification settings - Fork 645
Add next major to release workflow #1909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
size-limit report 📦
|
jonrohan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, this has generally worked for us in primer/css. 👍🏻
| - 'changeset-release/main' | ||
| - 'changeset-release/next-major' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - 'changeset-release/main' | |
| - 'changeset-release/next-major' | |
| - 'changeset-release/**' |
Not necessary but these could be **
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to be explicit here because I'm referencing those branch names directly in the workflow if statements

Motivation
We want to reduce the frequency of major releases of
@primer/reactwithout slowing down the release cadence of minor and patch releases.Solution
This PR implements workflow changes that allow us to merge breaking changes into a
next-majorbranch (instead ofmain) that can be tracked and released independently of minor and patch versions.