Commit 8227a19
fix(release): cut-rc.yml's hotcrm smoke warning no longer claims pre-exit re-arms the gate (#14610)
The step's warning string and its comment both keyed the gate's re-arm
event to `changeset pre exit`, which release.yml's own comment records
was superseded (#8643): pre-exit fired and the deadlock stood anyway,
because a migrated hotcrm release did not exist yet. release.yml's
gate now keys the same posture on shipping a migrated hotcrm release
and bumping HOTCRM_REF (+ BLOCKING=1), and its warning already says
so. This mirrors that wording into cut-rc.yml's warning and drops the
"#3600 amendment" keying from the step comment in favor of the actual
reason this lane's step is advisory: it has no BLOCKING switch and
only ever runs in pre mode. No logic change — if:/env:/run: control
flow and HOTCRM_REF are untouched, and release.yml is untouched.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 13bf05d commit 8227a19
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
882 | | - | |
| 882 | + | |
883 | 883 | | |
884 | 884 | | |
885 | 885 | | |
| |||
0 commit comments