diff --git a/dev/README_RELEASE_AIRFLOWCTL.md b/dev/README_RELEASE_AIRFLOWCTL.md index c38fbc48c043a..a5c68aae111e2 100644 --- a/dev/README_RELEASE_AIRFLOWCTL.md +++ b/dev/README_RELEASE_AIRFLOWCTL.md @@ -366,6 +366,76 @@ list and stable links should be updated, also Fastly cache will be invalidated. TODO: prepare an issue +### Carry over checked boxes from the previous RC + +When cutting a follow-up RC (e.g. `rc3` after `rc2` was voted down), the +items that testers already verified on the previous RC should be +pre-checked in the new issue — otherwise testers waste time retesting +unchanged fixes, and cross-RC progress is harder to see. Carry the +state over like this: + +```shell script +# PREVIOUS_RC_ISSUE is the previous-RC testing-status issue number +# NEW_RC_ISSUE is the issue you just opened above +PREVIOUS_RC_ISSUE=65497 +NEW_RC_ISSUE=65643 + +python3 <