-
chore(cli): bump @composio/cli to 0.2.24 to realign with GitHub release (#3213)
发布于
2026-04-15 04:16:53 +00:00 Summary
Manual version bump from 0.2.23 → 0.2.24 to realign npm with the GitHub
release tag. No changeset on purpose — this is a recovery bump, not a
feature/fix release.Background
The 0.2.23 release workflow misclassified the changeset version-bump
merge (ece9f7bb) as a beta becauseResolve Release Metadatain
build-cli-binaries.ymldidgit show HEAD^:...on a depth-1 shallow
clone.previous_versioncame back empty, the stable-detection branch
silently fell through, and binaries built fromece9f7bblanded on
@composio/cli@0.2.24-beta.209. Runningpromote-stablethen created
GitHub release@composio/cli@0.2.24(sincepromote-stableextracts
the stable version from the beta tag).Result: npm has
0.2.23(from changesets), GitHub has0.2.24(from
promote-stable), both built from the same commit. This PR bumps npm to
0.2.24so they line up.- Recovery: GitHub release
@composio/cli@0.2.23has been manually
created with assets mirrored from@composio/cli@0.2.24(same commit,
so the binaries are byte-identical). - Workflow fix: #3212 (set
fetch-depth: 2on the prepare checkout).
Changes
ts/packages/cli/package.json:0.2.23→0.2.24ts/packages/cli/CHANGELOG.md: documents the manual bump
Follow-up
After merge, publish
@composio/cli@0.2.24to npm manually (no
changeset → no automatic publish). Future stable releases should route
normally through the changeset flow once #3212 is merged.🤖 Generated with Claude Code
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件
- Recovery: GitHub release