-
Notifications
You must be signed in to change notification settings - Fork 6
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
Verrsion bump restore 11.0.0 with CI fix #875
Conversation
# Conflicts: # .circleci/config.yml
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
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.
Nice 🤞
And addition added later via force push to fix the project path + Common.xcconfig path
And addition added later via force push to fix the project path + Common.xcconfig path as well as some build settings fixes.
And addition added later via force push to fix the project path + Common.xcconfig path as well as some build settings fixes.
And addition added later via force push to fix the project path + Common.xcconfig path as well as some build settings fixes.
And addition added later via force push to fix the project path + Common.xcconfig path as well as some build settings fixes. Also referencing the empty Production file to make it editable.
Some additions are added on top of the referenced PR in the commit. This is a force-pushed commit to keep the latest version bump to 11.0.0 ------ Added the possibility to strictly reference to `main` and `main-xxx` branches to spin up builds. Major fixes are inherent to the `firefox-ios` path added to the `check_marketing_version.sh` script as well as some `yml` CI files for both GitHub Actions and CircleCI. We are also referencing an empty Production file (git ignored) to make easy for the CI script to inject the required production-only configs.
Some additions are added on top of the referenced PR in the commit. This is a force-pushed commit to keep the latest version bump to 11.0.0 ------ Added the possibility to strictly reference to `main` and `main-xxx` branches to spin up builds. Major fixes are inherent to the `firefox-ios` path added to the `check_marketing_version.sh` script as well as some `yml` CI files for both GitHub Actions and CircleCI. We are also referencing an empty Production file (git ignored) to make easy for the CI script to inject the required production-only configs.
And addition added later via force push to fix the project path + Common.xcconfig path as well as some build settings fixes. Also referencing the empty Production file to make it editable.
Context
I'm restoring the version Bump here and applying the Fix that triggers the CI to check the
Common.xcconfig
path correctly.I'm also adding the check on our CI to be able to trigger a release out of our
main-[old-firefox-vanilla-ref]
branch.