-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update dependency fastlane-plugin-wpmreleasetoolkit to v11 #20922
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
Merged
iangmaia
merged 4 commits into
trunk
from
renovate/fastlane-plugin-wpmreleasetoolkit-11.x
Jun 17, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
6b55e13
Update dependency fastlane-plugin-wpmreleasetoolkit to v11
renovate[bot] 2317280
Update fastlane-plugin-wpmreleasetoolkit to `11.0.2`
iangmaia d20a7bf
Adjust to release-toolkit new action names
iangmaia a378a5e
Use `copy_branch_protection` instead of `set_branch_protection`
iangmaia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
See https://github.com/wordpress-mobile/release-toolkit/blob/trunk/MIGRATION.md
3.2.2➡️ yessetbranchprotectionrenamed toset_branch_protection, withcopy_branch_protection(from:…)being usually even a better replacement for it ➡️ ❌ Used infastlane/lanes/release.rb:79removebranchprotectionrenamedremove_branch_protection➡️ ❌ Used infastlane/lanes/release.rb:296setfrozentagrenamedset_milestone_frozen_marker➡️ ❌ Used infastlane/lanes/release.rb:80and infastlane/lanes/release.rb:318: Not applicable for Android projectsios_clear_intermediate_tagsandios_final_tagactions removedhas_alpha_versionremoved ➡️ ✅ Not usedproject_nameandproject_root_folderremoved ➡️ ✅ Not usedupdate_pull_requests_milestonerenamed toupdate_assigned_milestone(+ parameters renamed) ➡️ ✅ Not used: N/A to Android projectsios_check_beta_depsparameter updatedThere 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've updated the calls to be in line with the
release-toolkitversion11.0.2(cc @wzieba)