You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix check command to only count bump files from current branch
The local `bumpy check` was counting all pending bump files in .bumpy/,
so it would pass even if the current branch didn't add one. Now it
filters to only bump files added/modified on the branch, matching the
CI check behavior. Also extracts shared `filterBranchBumpFiles` helper
and fixes empty bump file handling in both local and CI check.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments