Conversation
This changes all references to the `master` branch in the repository to `main` in anticipation of changing the default branch on the repo to `main`.
|
It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:
Additionally, the maintainer may also want to add one of the following:
Once the correct labels have been set, simply remove the |
|
Thanks @mamhoff. Does this mean that by merging this PR we will need to change the default branch of all extensions (to keep them aligned with the default template)? I'm a bit scared about the work needed for that. On the other side, if you create an extension today using the template, it will create it with the wrong default branch name. @solidusio/core-team @solidusio/nebulab any thoughts? |
|
Most of this affects only new extensions as far as I can oversee: gemspec, README and so on. The only change I'm not so sure about what it does is the |
|
When you execute the task again on an existing extension, it will keep asking to update those pieces over and over again. Not a big deal though, as you mentioned, it will only in places that you probably don't want to update anyway. |
|
For mergify: I think you are right, it doesn't impact any other repo, but merging this PR we should change the default branch here to have it working. |
|
I think that renaming |
|
I renamed the branch accordingly. |
|
All not-archived extensions on the |
Summary
This changes all references to the
masterbranch in the repository tomainin anticipation of changing the default branch on the repo tomain.Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: