-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CT-495] Changie and Cutting a Branch #5074
[CT-495] Changie and Cutting a Branch #5074
Comments
Part of this should also be cleaning up the current state of main since there are a lot of duplicated files. |
@leahwicz is there anything special about cutting the To solve this (automatically) I think we'll need write an automated process. If we automated cutting the branch it could
We could also just have a process that does #2 after the branch gets cuts manually. I'm going to fix the current state with #5109 to reduce what changelogs we need to wade through to figure out what to do and get main in a good state. |
@emmyoop that is correct- we just cut the new branch from |
Agreed that work shouldn't start on this yet since the release process is a WIP but wanted to document what needs to be done. That's also why I'm going to manually fix main now. |
Just a thought. We cut the |
If I'm understanding right: anything that was merged between v1.1.0-rc1 and v1.1.0 (final) will also show up in v1.2.0. I think that's okay. As soon as we're backporting a change, it feels fair for it to show up in all the places it was merged into. In that sense, the RC → final period is almost like a patch release. |
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
When we first cut the
.latest
branch when we're ready to release the rc1 for a major/minor release, we need to do some cleanup of the files in the/.changes
directory.When we cut the
.latest
branch, all yaml files in the/unreleased
directory as well as any other version directories (ex: for the 1.1.0 release there is a/1.1.0
directory in addition to the/unreleased
directory) need to be moved to the.latest
branch and deleted from main.This is also when we should update the footer to point to the 1.1 version.
I need to think this through a bit more but wanted to start an issue so it doesn't get lost. There may be a way to do it automatically.
The text was updated successfully, but these errors were encountered: