cleanup: retire stale version bump wrappers #389
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#389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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 top-level
just release <surface> <target>command is now the intended release path, but old wrapper scripts still exist (scripts/bump-version.sh,scripts/version/bump-app.sh,scripts/version/bump-cli.sh,scripts/version/next-version.sh). They create multiple entrypoints with different levels of validation and make release behavior harder to reason about.Solution
scripts/version/bump.shandscripts/version/cli.mjsas the authoritative implementation.just release <surface> <target>/pnpm releaseconsistently.Non-goals
Part of #184 and #355.