From 175e082c1bb44db1db7cb3e52032e9ce2b0bc54c Mon Sep 17 00:00:00 2001 From: cndgrr <59120057+cndgrr@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:15:04 +0000 Subject: [PATCH] test(release-exercise): the replay's fragment fixture carries a cite MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The step-replay job builds a consumer tree and runs the REAL assembler over it, so its changelog.d/42.md is a fragment fixture like every one in test/ — and the only one living outside it. #262's diff-surface criterion says no workflow file; the criterion and a green head cannot both hold here, and the fixture is the smaller thing to move. Refs #262 --- .github/workflows/release-exercise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-exercise.yml b/.github/workflows/release-exercise.yml index 90201c4..51d01cb 100644 --- a/.github/workflows/release-exercise.yml +++ b/.github/workflows/release-exercise.yml @@ -119,7 +119,7 @@ jobs: EOF mkdir changelog.d printf '# changelog.d/ — assembled at release (heavy-duty/ceremony#112); the marker keeps the directory tracked.\n' > changelog.d/README.md - printf -- '- The entry this release ships.\n' > changelog.d/42.md + printf -- '- The entry this release ships (#42).\n' > changelog.d/42.md git add VERSION CHANGELOG.md changelog.d git commit -qm "base" printf '0.7.0\n' > VERSION