FE-1579: Remove the ignored CLI package from the mixed Petrinaut changeset - #9530
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
PR SummaryLow Risk Overview Changesets rejects a file that lists both an ignored package (CLI is in Reviewed by Cursor Bugbot for commit 0e3de06. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
🟢 Approval recommended
The change aligns with the Changesets ignore configuration and preserves the intended core release.
Pull request overview
Fixes release planning by removing an ignored private package from a mixed changeset.
Changes:
- Retains the Petrinaut core patch.
- Removes the no-op Petrinaut CLI patch entry.
File summaries
| File | Description |
|---|---|
.changeset/trial-replicates-parallel.md |
Removes the ignored CLI package from the changeset. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Important
Release tooling only, nothing user-facing.
Summary
Before this PR, the Release workflow failed on every push to
main..changeset/trial-replicates-parallel.mdnamed@hashintel/petrinaut-cli, which the changesets config ignores, alongside@hashintel/petrinaut-core, which it does not. Changesets refuses a changeset that mixes ignored and released packages, sochangeset versionaborted before assembling a release plan and no package published.Drops the
@hashintel/petrinaut-clientry and keeps the@hashintel/petrinaut-corepatch.@hashintel/petrinaut-cliis private and pinned to0.0.0-private, so the entry never produced a version bump.changeset statusnow assembles the plan again.Links
Changes
trial-replicates-parallelchangeset releases@hashintel/petrinaut-corealoneTest coverage
yarn changeset status:How to test
yarn changeset status