Skip to content

Fix(release): Add the missing changeset for the subtle-ink fix and re… - #263

Merged
razorfever merged 1 commit into
mainfrom
development
Sep 3, 2026
Merged

Fix(release): Add the missing changeset for the subtle-ink fix and re…#263
razorfever merged 1 commit into
mainfrom
development

Conversation

@villeerikssoncsc

Copy link
Copy Markdown
Contributor

…quire a new changeset per PR

PR #262 (dark-mode subtle ink back to *-200) released nothing: it only edited .changeset/dark-mode-vivid-retune.md, which the alpha.8 "Version packages" PR had already consumed. In changesets pre mode a consumed changeset stays on disk but is listed in .changeset/pre.json and skipped by the release plan, so amending it is inert. The changeset check passed because it accepted any .changeset/*.md in the diff.

…quire a new changeset per PR

PR #262 (dark-mode subtle ink back to `*-200`) released nothing: it only
edited `.changeset/dark-mode-vivid-retune.md`, which the alpha.8 "Version
packages" PR had already consumed. In changesets pre mode a consumed
changeset stays on disk but is listed in `.changeset/pre.json` and skipped
by the release plan, so amending it is inert. The changeset check passed
because it accepted any `.changeset/*.md` in the diff.

- Add `dark-mode-subtle-ink.md` (patch) so the next merge to main opens a
  Version packages PR for the change already on main.
- `changeset-check.yml` now requires an ADDED changeset file
  (`--diff-filter=A`) and explains why an edited one does not count.
  Replayed locally: blocks #262, passes #260.
- CLAUDE.md release notes state the rule.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@razorfever
razorfever merged commit e4d7059 into main Sep 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants