-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Leveling up our Patch release process #2067
Comments
I've had to do this now, but followed a slightly different process, just thought I would write it down so that it's documented
|
|
So, I’m trying to figure out how to update the new
But I can’t do this because it’s all in the same repo and gets published simultaneously. The best I could do is update We will always have a "baseline" to work against. But not having yarn.lock is also a baseline. But now we need to make sure we're manually managing the baseline and doing it in a regular, transparent manner. |
I'm not sure if #4402 totally closed this yet so reopening for now. |
Final piece here will be automating the |
I think we can close this one now that we've got that down. |
@peterp starting with this next release, I'm going to focus on opportunities to resolve bugs more quickly via patch releases. Here's how I understand the process that will work with the canary release automation:
git branch v0.27.2-patch v0.27.1
v0.27.2-patch
v0.27.2-patch
, it should be rebased against the branchv0.27.2-patch
released asv0.27.2
main
, e.g.v0.27.2-patch
-->main
v0.27.3-canary.x
, correct?TO DO
The text was updated successfully, but these errors were encountered: