383
edits
Diannasmith (talk | contribs) (Adding comment about Huawei) |
(Added a step to the iOS checklist to check for specific PRs that are open) |
||
| Line 448: | Line 448: | ||
iOS XXX.0 preparation begins on the Friday before RC Week. | iOS XXX.0 preparation begins on the Friday before RC Week. | ||
# Check if there are any open PRs targettimg main for string imports or updates for effective_tld_names, AS, or Glean | |||
#* Ideally, check the day before branching. If there are any pending PRs reach out on [https://mozilla.enterprise.slack.com/archives/C05C9RET70F #firefox-ios-dev] in Slack. | |||
#* This [https://github.com/mozilla-mobile/firefox-ios/pulls?q=is%3Apr+is%3Aopen+in%3Atitle+%22string%22+OR+in%3Atitle+%22effective_tld_names%22+OR+in%3Atitle+%22AS+flow%22+OR+in%3Atitle+%22glean%22+ query] will help | |||
# The following steps can be performed by running [https://github.com/mozilla/Relman/blob/main/ios-merge-day.py ios-merge-day.py] in your checkout of the [https://github.com/mozilla-mobile/firefox-ios firefox-ios] repo: | # The following steps can be performed by running [https://github.com/mozilla/Relman/blob/main/ios-merge-day.py ios-merge-day.py] in your checkout of the [https://github.com/mozilla-mobile/firefox-ios firefox-ios] repo: | ||
## Create a firefox-ios release branch with the format release/vxxx off of the main branch | ## Create a firefox-ios release branch with the format release/vxxx off of the main branch | ||
edits