From 0865ce6c021ef61231263d4d4c2ad4994cedff5c Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Mon, 20 Jul 2026 20:07:58 +0000 Subject: [PATCH] fix(changelog): cite the sibling PRs, not the tracking issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df8051..b3b47ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -219,8 +219,8 @@ on the way to cutting its first release, and this file starts there. 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. - Landed in all three repos together (heavy-duty/box#141, heavy-duty/cast#131) — `labels.yml` and the label - taxonomy are shared. + Landed in all three repos together (heavy-duty/box#142, + heavy-duty/cast#132) — `labels.yml` and the label taxonomy are shared. - **PR labels split into two axes: `state:*` (whose ball) and `blocker:*` (what is in the way)** (heavy-duty/box#137) — `state:needs-rebase`, added