fix: bump missing version files for v5.2.0 release#1177
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
version.ts and plugin/package.json were not updated in the release PR. Also adds docs/release-checklist.md to prevent recurrence. - Fix apps/mcp-server/src/shared/version.ts: 5.1.3 → 5.2.0 - Fix packages/claude-code-plugin/package.json: 5.1.3 → 5.2.0 (via sync-version) - Add docs/release-checklist.md: mandatory 5-file bump checklist
d1974a7 to
bb934c5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
v5.2.0 release CI failed because 2 version files were not bumped:
apps/mcp-server/src/shared/version.ts— runtime VERSION constant (was 5.1.3)packages/claude-code-plugin/package.json— plugin package version (was 5.1.3)Root Cause
The release PR (#1176) only bumped 3 of 5 version files:
apps/mcp-server/package.jsonpackages/rules/package.jsonpackages/claude-code-plugin/.claude-plugin/plugin.jsonapps/mcp-server/src/shared/version.tspackages/claude-code-plugin/package.jsonFix
version.ts: 5.1.3 → 5.2.0plugin/package.json: ransync-versionscript (5.1.3 → 5.2.0 + peerDeps)Prevention
Added
docs/release-checklist.md— mandatory 5-file bump procedure with verification script.After merge
Delete old tag and recreate: