fix(changelog): cite the sibling PRs, not the tracking issues
The "Landed in all three repos together" line pointed at the sibling tracking issues rather than the sibling PRs. The entry already opens with its own issue ref, so a reader following "landed together" was sent to more issues and never reached the actual sibling changes. All three PRs carried it identically because the three entries came from one generator that took sibling references from its issue-number map, and expanded them into the sentence without re-wrapping — which is also why the line ran to 108 columns in a file that wraps at 83. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
3155258cf5
commit
243ccc3aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ which records not just what changed but what each drill run proved.
|
||||||
optimistic write safe. The `scope` job is skipped on the two new actions,
|
optimistic write safe. The `scope` job is skipped on the two new actions,
|
||||||
where no path can have changed and labeler has nothing to derive.
|
where no path can have changed and labeler has nothing to derive.
|
||||||
|
|
||||||
Landed in all three repos together (heavy-duty/rig#96, heavy-duty/cast#131) — `labels.yml` and the label
|
Landed in all three repos together (heavy-duty/rig#97,
|
||||||
taxonomy are shared.
|
heavy-duty/cast#132) — `labels.yml` and the label taxonomy are shared.
|
||||||
|
|
||||||
- **PR labels split into two axes: `state:*` (whose ball) and `blocker:*`
|
- **PR labels split into two axes: `state:*` (whose ball) and `blocker:*`
|
||||||
(what is in the way)** — `state:needs-rebase` is retired, replaced by
|
(what is in the way)** — `state:needs-rebase` is retired, replaced by
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue