Skip to content

Release 0.11.0 — bump version + pin sweep to fire autorelease#56

Merged
milstan merged 1 commit into
mainfrom
milstan/release-0.11.0
May 21, 2026
Merged

Release 0.11.0 — bump version + pin sweep to fire autorelease#56
milstan merged 1 commit into
mainfrom
milstan/release-0.11.0

Conversation

@milstan
Copy link
Copy Markdown
Contributor

@milstan milstan commented May 21, 2026

Summary

Follow-up to #55. The auto-update feature landed on main but the version-bump commit didn't make it into the squash, so `auto-tag.yml` never fired — `packages/mcp/package.json` is still `0.10.1` and there's no `mcp-v0.11.0` tag/release.

This PR bumps `packages/mcp/package.json`, `server.json` (top-level + packages[0].version), and the Claude Code plugin manifest to `0.11.0`, sweeps every `@leadbay/mcp@0.10` npx pin (bin.ts install output, READMEs, server.json, dxt manifest, plugin manifest, install-flags + login-collision tests) to `@0.11`, and adds the 0.11.0 CHANGELOG entry describing the auto-update flow. On merge, `auto-tag.yml` pushes `mcp-v0.11.0` and `release.yml` ships to npm + creates the GitHub release with the `.mcpb` asset.

Test plan

  • Confirm `auto-tag` fires on merge (path filter matches `packages/mcp/package.json`)
  • Confirm `release.yml` dispatches on the new tag and publishes `@leadbay/mcp@0.11.0`
  • Confirm GitHub release `mcp-v0.11.0` lands with `leadbay-0.11.0.mcpb`
  • Bench the auto-update prompt against a stale local install pointing at the new release

🤖 Generated with Claude Code

Bumps package.json + server.json + plugin.json to 0.11.0 so auto-tag.yml
fires mcp-v0.11.0 on merge and release.yml ships @leadbay/mcp@0.11.0 to
npm + creates the GitHub release with the .mcpb asset. Sweeps every
@leadbay/mcp@0.10 pin (bin.ts install output, READMEs, server.json,
dxt manifest, plugin manifest, install-flags + login-collision tests)
to @0.11. CHANGELOG entry documents the auto-update feature.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@milstan milstan merged commit a529c46 into main May 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant