chore: drop changesets that only bump ignored packages - #99
Conversation
Both entries bumped only packages in the .changeset ignore list, so 'changeset version' produced an empty diff. The changesets action stayed on the version-PR path, failed with 'No commits between main and changeset-release/main', and never reached the publish path, leaving 0.20.0 unpublished.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
Included review availability: Your plan includes up to 3 reviews per rolling hour; 2 remain after this review. 📝 WalkthroughWalkthroughRemoved two Changeset files that declared minor releases for package changes related to session mode and model thinking metadata. Changes
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change removes two ignored release entries so the release workflow can proceed normally; it is a localized metadata-only update, and no actionable merge-blocking risk remains. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
commit: |
Related Issue
No issue. The problem is described below.
Problem
The
Releaseworkflow run forci: release packages (#98)failed:Two changeset entries stayed on
mainafter #98 merged:.changeset/general-session-mode.md— bumps@pymodel/agent-core,@pymodel/protocol.changeset/model-catalog-thinking-metadata.md— bumps@pymodel/protocol,@pymodel/agent-core,@pymodel/pythinker-webEvery package they name is in the
ignorelist of.changeset/config.json, sochangeset versionwrites no files. The action pusheschangeset-release/mainat the same commit asmainand the PR creation fails.The larger effect: because pending changesets exist, the action stays on the version-PR path and never reaches the publish path.
mainis at0.20.0while the npmlatestdist-tag is0.19.1, so0.20.0is unpublished and all publish-gated jobs (CDN redeploy, Homebrew tap, native assets, docs) are skipped.What changed
Delete the two changeset files. With no pending changesets, the next push to
maintakes the publish path and releases0.20.0.Checklist
gen-changesetsskill, or this PR needs no changeset. — this PR needs no changeset.gen-docsskill, or this PR needs no doc update. — no user-facing behavior change.Summary by CodeRabbit