fix(release): close the zod changeset's frontmatter - #1791
Conversation
The changeset opened its frontmatter and never closed it: the package list ran into a blank line and then the prose, with no second `---`. `@changesets/parse` refuses the file, so every `changeset status` and the version step of the release fail on it. The closing marker is in place and the blank line after the opening one is gone, which is the shape every other changeset here has.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
What
.changeset/one-zod-the-mcp-server-can-share.md(from #1784) opened its frontmatter and never closed it: the package list ran into a blank line and then the prose, with no second---.@changesets/parserefuses the file, sopnpm changeset statusfails on every checkout ofmainand the release workflow's version step will fail on it (release.ymlis queued onmainright now).This closes the frontmatter and drops the blank line after the opening marker, which is the shape every other changeset here has.
Evidence
pnpm changeset status→could not parse changeset - missing or invalid frontmatter(index 712 of the pending set).pnpm changeset statusexits 0 with the 25-package lockstep group plus the playground listed.echo .changeset/one-zod-the-mcp-server-can-share.md | node scripts/release/check-changesets.mjs→Checked 1 changeset(s): all cover the group.(the same checker CI runs on the PR's changesets).No changeset of its own: this edits release metadata only.