-
-
Notifications
You must be signed in to change notification settings - Fork 301
feat(bump): make increment option case insensitive #534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bump): make increment option case insensitive #534
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #534 +/- ## ========================================== + Coverage 97.92% 98.00% +0.07% ========================================== Files 39 39 Lines 1540 1551 +11 ========================================== + Hits 1508 1520 +12 + Misses 32 31 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Use str.upper to pre-process the input of --increment
LGTM
LGTM
Awesome, thanks for reviewing so quickly 😅
Thanks!
Uh oh!
There was an error while loading. Please reload this page.
Use
str.upper
to pre-process the input of --incrementDescription
Support lower case arguments for the
--increment
option of thebump
command.Checklist
./scripts/format
and./scripts/test
locally to ensure this change passes linter check and testExpected behavior
Steps to Test This Pull Request
Additional context
Related:
--increment
#533