chore(release): separate app and cli version flows #238
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/version-management"
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?
This cleans up version management without coupling the app and CLI into one release line. It adds explicit bump helpers for app and CLI versions, teaches the app release workflow how to prepare a tagged release from main, updates the CLI release workflow to use the CLI bump helper, and removes the hardcoded CLI manpage version so the generated manpage always matches cli/package.json.\n\nLocal validation included the new version scripts, CLI manpage generation, and a full ./scripts/ci.sh run.