Replace changesets with bumpy v1#632
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
varlock-website | ccdea85 | Commit Preview URL Branch Preview URL |
Apr 22 2026, 06:49 AM |
|
|
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a bump file. You can add a bump file by running: bunx bumpy addOr click here to add a bump file directly on GitHub. This comment is maintained by bumpy. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
8348ecc to
762a680
Compare
commit: |
- release.yaml: use BUMPY_GH_TOKEN for version branch push/PR creation, switch to OIDC trusted publishing (drop NPM_TOKEN), add explicit build step - test.yaml: add bumpy ci check step to comment release plan on PRs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Upgrade @varlock/bumpy to 1.1.0 - Remove README.npm.md and prepack/postpack scripts (no longer published to npm) - Revert unrelated regex change in diagnostics-core.ts - Add $schema and comments support to bumpy config - Update vscode settings for bumpy config file association Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace hardcoded vscode plugin filter with generic skipNpmPublish check from bumpy config. Add comments explaining that bumpy status includes pending releases from main for consistent preview packages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Summary
@changesetswith@varlock/bumpyv1.1 for version management and publishingci releaseandci checkcommandsBUMPY_GH_TOKEN(bot PAT) for version branch pushes and PR creationNPM_TOKEN)bumpy ci check --pat-commentsto PR workflow for release plan previewsenv-spec-language) publishing via bumpy with custom build/publish commands (skipNpmPublish,buildCommand,publishCommand)README.npm.mdandprepack/postpackscripts from vscode plugin (no longer published to npm).changeset/to.bumpy/Test plan
bumpy ci checkcomments release plan on PRsbumpy ci releasecreates version PR on main push🤖 Generated with Claude Code