-
fix(release): drop stale changeset for ignored `@composio/cli` (#3861)
发布于
2026-07-16 12:54:58 +00:00 This PR:
- unblocks #3820 — the
0.14.0release train (including
@composio/experimental@0.2.0with the./eveexport) is versioned on
nextbut was never published to npm - deletes
.changeset/cli-file-upload-denylist.md: it targets
@composio/cli, which is in the changesetsignorelist (since #3676),
sochangeset versionnever consumes it - the leftover changeset makes
changesets/actionpick version-PR mode
over publish mode on every push tonext, then fail withNo commits between next and changeset-release/nextbecause the versioning no-ops —
see the failed
run;
the publish step never executes - ports the security note from the deleted changeset into the
0.3.0
section ofts/packages/cli/CHANGELOG.md— the fix commit (fc17c37bf,
#3763) is part of the0.3.0tree, and@composio/cli@0.3.0has no
tag/release yet
Context
Once this merges, the next
TS SDK Releaserun onnextwill find no
pending changesets, take the publish path (pnpm changeset:release),
and push the pending versions to npm.Follow-up worth considering (not in this PR): a CI check that rejects
changesets referencing packages in theignorelist, since any such
changeset permanently wedges the release train.下载附件
- unblocks #3820 — the