Retire stale version bump wrappers #393
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!393
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-389-retire-version-wrappers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The maintainer release path is
just release <surface> <target>, but older wrapper scripts still provided extra version bump entrypoints with narrower validation.Solution
pnpm releasethrough the existingjust releaserecipe.just releaseandpnpm releaseentrypoints in the npm token rotation runbook.Verification
nix develop --command pnpm vitest run tests/core/versioning-lib.test.ts tests/core/versioning.test.ts --reporter=verbosenix develop --command pnpm version:checknix develop --command pnpm exec biome check package.json docs/operations/cli-npm-token-rotation.md tests/core/versioning.test.tsnix develop --command just ci(clean detached worktree at4c28436)Closes #389
c248434b374c28436ea8barrettruth referenced this pull request2026-05-12 13:41:35 +00:00