Skip to content

Redesign bumpy add with unified bump level selector#21

Merged
theoephraim merged 1 commit into
mainfrom
feat/bump-select-prompt
Apr 21, 2026
Merged

Redesign bumpy add with unified bump level selector#21
theoephraim merged 1 commit into
mainfrom
feat/bump-select-prompt

Conversation

@theoephraim

Copy link
Copy Markdown
Member

Summary

  • Replace two-step flow (multiselect packages → select bump type for each) with a single interactive prompt
  • Auto-detect changed packages via git diff against base branch; group into Changed/Unchanged sections
  • Navigate with ↑/↓, cycle bump levels with ←/→ (none → patch → minor → major)
  • Changed packages default to patch, unchanged to none
  • Shortcuts: 0 clear current, x clear all, r reset all to defaults

Test plan

  • Run bumpy add in a workspace with changed/unchanged packages
  • Verify arrow key navigation and level cycling
  • Verify 0, x, r shortcuts work correctly
  • Verify Esc/Ctrl+C cancels cleanly
  • Verify cascade prompts still appear for packages with dependents
  • Verify --packages non-interactive mode still works

🤖 Generated with Claude Code

Replace the two-step flow (multiselect packages then select bump type
for each) with a single interactive prompt. Packages are grouped by
changed/unchanged (auto-detected via git diff), navigated with arrow
keys, and bump levels cycled with left/right. Adds shortcuts for
clearing and resetting selections.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

bumpy-frog

The changes in this PR will be included in the next version bump.

minor Minor releases

  • @varlock/bumpy 0.0.2 → 0.1.0

Bump files in this PR

Click here if you want to add another bump file to this PR


This comment is maintained by bumpy.

@theoephraim theoephraim merged commit a5d9e56 into main Apr 21, 2026
2 checks passed
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