Fix(release): Add the missing changeset for the subtle-ink fix and re… - #263
Merged
Conversation
…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
approved these changes
Sep 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…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.jsonand skipped by the release plan, so amending it is inert. The changeset check passed because it accepted any.changeset/*.mdin the diff.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.ymlnow requires an ADDED changeset file (--diff-filter=A) and explains why an edited one does not count. Replayed locally: blocks Feat(csc-ui): Refine dark mode subtle tint contrast and identity #262, passes Feat(csc-ui): Retune dark mode vividness and re-derive chart series s… #260.