Skip to content

fix(ci): use node script instead of npm version for VS Code stamp#35

Merged
ryanbas21 merged 1 commit into
mainfrom
fix/vscode-version-stamp
May 12, 2026
Merged

fix(ci): use node script instead of npm version for VS Code stamp#35
ryanbas21 merged 1 commit into
mainfrom
fix/vscode-version-stamp

Conversation

@ryanbas21
Copy link
Copy Markdown
Owner

Summary

  • npm version rejects 4-segment versions like 0.1.0.44 (requires semver)
  • Replace with a node -e script that writes the version directly to package.json
  • Fixes the snapshot workflow failure when stamping the VS Code extension version

Test plan

  • Verified the node -e script produces valid 4-segment version in package.json
  • No other files affected

🤖 Generated with Claude Code

… stamp

npm version rejects 4-segment versions (e.g. 0.1.0.44) since it
requires semver. Replace with a node -e script that writes the version
directly to package.json.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ryanbas21 ryanbas21 merged commit 5670faf into main May 12, 2026
1 check passed
@ryanbas21 ryanbas21 deleted the fix/vscode-version-stamp branch May 12, 2026 18:43
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