Closed AliSoftware closed 1 month ago
2 Warnings | |
---|---|
:warning: | This PR is larger than 500 lines of changes. Please consider splitting it into smaller PRs for easier and faster reviews. |
:warning: | This PR is assigned to the milestone 7.74. The due date for this milestone has already passed. Please assign it to a milestone with a later deadline or check whether the release for this milestone has already been finished. |
Generated by :no_entry_sign: Danger
📘 Related to Project Thread: paaHJt-78B-p2
What
This PR only moves lanes around in the
Fastfile
, so that they are listed in theFastfile
in an order that makes more sense and are grouped by topic.This also adds a couple of
#########
header comments to announce groups of lanes that are all related by topic, and adds some YARD doc to a few lanes or helper methods that were missing them.Review process
I've extracted that move in a dedicated PR on purpose, so that https://github.com/Automattic/pocket-casts-ios/pull/2215 would be easier to review without the moves making the diff difficult to parse.
Thus the changes in this PR are only moves of code/lanes/functions from one place in the
Fastfile
to another, without changing anything in their code.💡 If you want to see those moves in a way that would be less obscure than how GitHub presents the diff, to facilitate your review, you might prefer/consider running
git diff --color-moved=dimmed-zebra -w release-on-ci/refactor-code-freeze
on your Terminal after checking this PR'srelease-on-ci/reorder-lanes
branch, so that the moves are detected bygit diff
as such and highlighted differently than plain changes/deletions/additions.