-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Rename Solidus default branch to main #5042
Conversation
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.
Left a quick comment, not approving yet only because I want to take a deeper look. Thanks Marc!
@@ -52,14 +52,14 @@ jobs: | |||
${{ github.repository }} \ | |||
${{ steps.pipeline_context.outputs.candidate_tag }} | |||
- name: "Create patch branch" | |||
if: github.ref_name == 'master' | |||
if: github.ref_name == 'main' |
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.
Do we need to backport any of these workflow changes to old versions branches? I'm assuming each branch will use the file they contain to spin up GitHub workflows but I'm not 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.
Good point. It won't make a difference, as those branches are not called either master
or main
, but we can backport the changes for consistency.
Master has been deprecated in favor of main solidusio/solidus#5042
Master has been deprecated in favor of main solidusio/solidus#5042
Master has been deprecated in favor of main solidusio/solidus#5042
Master has been deprecated in favor of main solidusio/solidus#5042
Master has been deprecated in favor of main solidusio/solidus#5042
Master has been deprecated in favor of main solidusio/solidus#5042
Ref. solidusio/solidus#5042 [skip ci]
Ref. solidusio/solidus#5042 [skip ci]
Ref. solidusio/solidus#5042 [skip ci]
Summary
Rename the expected default branch in GH workflows & development tools
Rename references to Solidus default branch from master to main
Ref #5038
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: