mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
8b2d036cc6
Nothing reads `.changeset/*.md`. Releases are built from conventional commit subjects by `scripts/release/`, `@changesets/cli` is not a dependency, CONTRIBUTING.md says not to add one, and `check-binaries` fails any PR that does. Two inert files were still sitting in `.changeset/` anyway, and that is enough to make the convention look alive. Someone opening the directory finds it populated, reasonably concludes a changeset is expected, writes one, and gets a red check for following what the repo appeared to be doing. That happened on #6826. This deletes the two files so the directory stops contradicting the docs. The CI check filters on added and modified paths only, so a PR that deletes stale changesets still passes. Package `CHANGELOG.md` history is untouched — it keeps the entries those changesets produced when the tooling was still in use. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed pending release notes for previously planned updates. * No user-visible features, fixes, or behavior changes are included in this change. <!-- end of auto-generated comment: release notes by coderabbit.ai -->