-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Notice: default branch is now 16.x.x
#4131
Comments
While this will definitely make it easier to ensure that changes are incorporated and released sooner in v16, it might also make it easier to forget that all changes merged to If I have a change that is needed and I open a PR and merge it to the default branch of If I do the same process and the default branch is |
Indeed; we've discussed having a backlog for tracking things that need forward porting. Essentially the |
I think that merging 16.x.x into main repeatedly may have some negative consequences in terms of the linear history on main when it once again becomes the default branch. See further discussion in #4165 and #4171. Overall, I would note that the churn around the incremental delivery has significantly decreased and that it might be possible to consider returning |
As discussed at the GraphQL.js WG this evening.
The
main
branch is being used for work on the unstable v17 release which incorporates incremental delivery. Any changes that require a breaking change should targetmain
. All other changes should target16.x.x
(the default branch) so that they can be incorporated and released sooner. 16.x.x is our stable branch. We've chosen to make it the default branch to make it easier for users and contributors to see the current state of the stable code and to contribute.This issue can be closed at any time; I figure it makes sense to keep it open for a week or so.
The text was updated successfully, but these errors were encountered: