Skip to content
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

Merged
merged 2 commits into from
May 9, 2023

Conversation

waiting-for-dev
Copy link
Contributor

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:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

@waiting-for-dev waiting-for-dev requested a review from a team as a code owner April 24, 2023 13:15
@waiting-for-dev waiting-for-dev added type:enhancement Proposed or newly added feature release:major Breaking change on hold until next major release labels Apr 24, 2023
@github-actions github-actions bot added changelog:repository Changes to the repository not within any gem changelog:solidus_core Changes to the solidus_core gem changelog:solidus Changes to the solidus meta-gem labels Apr 24, 2023
@waiting-for-dev waiting-for-dev added the changelog:skip Changes that we don't want to be listed in the Changelog label Apr 24, 2023
waiting-for-dev added a commit to solidusio/circleci-orbs-extensions that referenced this pull request Apr 24, 2023
@waiting-for-dev waiting-for-dev self-assigned this Apr 24, 2023
waiting-for-dev added a commit to solidusio/solidus_stripe that referenced this pull request Apr 24, 2023
waiting-for-dev added a commit to solidusio/solidus_starter_frontend that referenced this pull request Apr 24, 2023
waiting-for-dev added a commit to solidusio/solidus_paypal_commerce_platform that referenced this pull request Apr 24, 2023
waiting-for-dev added a commit to solidusio/solidus_braintree that referenced this pull request Apr 24, 2023
waiting-for-dev added a commit to solidusio/solidus_dev_support that referenced this pull request Apr 24, 2023
waiting-for-dev added a commit to solidusio/solidus_support that referenced this pull request Apr 24, 2023
Copy link
Member

@kennyadsl kennyadsl left a 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'
Copy link
Member

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.

Copy link
Contributor Author

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.

waiting-for-dev added a commit to solidusio/solidus_paypal_commerce_platform that referenced this pull request May 9, 2023
waiting-for-dev added a commit to solidusio/solidus_stripe that referenced this pull request May 9, 2023
waiting-for-dev added a commit to solidusio/solidus_stripe that referenced this pull request May 9, 2023
cpfergus1 added a commit to cpfergus1/solidus_user_roles that referenced this pull request May 10, 2023
cpfergus1 added a commit to solidusio-contrib/solidus_user_roles that referenced this pull request May 10, 2023
cpfergus1 added a commit to solidusio-contrib/solidus_user_roles that referenced this pull request May 11, 2023
cpfergus1 added a commit to solidusio-contrib/solidus_user_roles that referenced this pull request May 11, 2023
cpfergus1 added a commit to cpfergus1/solidus_jwt that referenced this pull request May 12, 2023
Master has been deprecated in favor of main
solidusio/solidus#5042
cpfergus1 added a commit to cpfergus1/solidus_jwt that referenced this pull request May 12, 2023
Master has been deprecated in favor of main
solidusio/solidus#5042
cpfergus1 added a commit to cpfergus1/solidus_jwt that referenced this pull request May 12, 2023
Master has been deprecated in favor of main
solidusio/solidus#5042
cpfergus1 added a commit to cpfergus1/solidus_jwt that referenced this pull request May 12, 2023
Master has been deprecated in favor of main
solidusio/solidus#5042
cpfergus1 added a commit to cpfergus1/solidus_jwt that referenced this pull request May 12, 2023
Master has been deprecated in favor of main
solidusio/solidus#5042
cpfergus1 added a commit to cpfergus1/solidus_jwt that referenced this pull request May 12, 2023
Master has been deprecated in favor of main
solidusio/solidus#5042
cpfergus1 added a commit to cpfergus1/solidus_zip_zones that referenced this pull request May 12, 2023
waiting-for-dev added a commit to solidusio/solidus_i18n that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_braintree that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_braintree that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_webhooks that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_bolt that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_subscriptions that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_support that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_support that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_dev_support that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_dev_support that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_affirm that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_bolt that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_bolt that referenced this pull request May 22, 2023
waiting-for-dev added a commit to solidusio/solidus_paypal_commerce_platform that referenced this pull request May 23, 2023
AlistairNorman pushed a commit to AlistairNorman/solidus_user_roles that referenced this pull request Nov 30, 2023
ts-ua added a commit to ts-ua/solidus-start-app that referenced this pull request Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v3.3 Backport this pull-request to v3.3 backport-v3.4 Backport this pull-request to v3.4 backport-v4.0 Backport this pull-request to v4.0 changelog:repository Changes to the repository not within any gem changelog:skip Changes that we don't want to be listed in the Changelog changelog:solidus_core Changes to the solidus_core gem changelog:solidus Changes to the solidus meta-gem type:enhancement Proposed or newly added feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants