-
Notifications
You must be signed in to change notification settings - Fork 18
feat: change default branch from master to main #36
base: master
Are you sure you want to change the base?
Conversation
@npm/eng @nlf In order for the checks to pass, a
|
After discussing with @nlf, I have removed changes to |
@kuwas Would you mind giving a summary of what changes we can expect / what other changes need to be made for repos in this org once this PR is merged? |
@sapieneptus For sure.
|
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 think we need to plan several stages for this change. Before this change, only repos with master
branch will run those template integrations, after the change - only those with main
. So i think we need to:
- First, change the template integrations to fire of both branches (
master
andmain
) - Make the changes to all the repos in npm org (the feature @smeirsha mentioned)
- Eventually remove the
master
branch reference from .github templates
@radiantspace Yeah we need to prioritize this work against everything else we are working on, this isn't something we can just push. |
Created a feature request |
@kuwas If you're aware of any internal timeline goals for the rename (or additional details/context I might have missed), feel free to add them to the feature request item. |
@sapieneptus I cannot see that repo, since it is private. I believe the timeline for GitHub to support |
@kuwas I believe that this isn't considered a new repository and this will default into the existing ones e.g. by the end of the year. cc @sapieneptus @ethomson |
@smeirsha Yes that is true. What I'm referring to is the |
Change default branch from
master
tomain
.References