Uh oh!
There was an error while loading. Please reload this page.
feat: add --allow-no-commit option - #723
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #723 +/- ##
==========================================
+ Coverage 97.33% 97.59% +0.25%
==========================================
Files 42 55 +13 Lines 2104 2617 +513 ==========================================
+ Hits 2048 2554 +506 - Misses 56 63 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
woile
commented
Apr 24, 2023
LGTM 💪🏻 , needs tests though |
12rambau
commented
Apr 24, 2023
🍾 Nice to see that you approve the idea.
absolutely, I'll work on them this week (I hope) |
Lee-W
left a comment
There was a problem hiding this comment.
LGTM. I recently happen to work on a project need such feature lol 🎉
Lee-W
commented
Apr 21, 2024
@woile@noirbizarre, I picked this up and refactored it a bit. I changed the argument to |
12rambau
commented
Apr 21, 2024
thanks @Lee-W |
Lee-W
commented
Jan 30, 2025
Hey @woile@noirbizarre , I just rebased it from the latest master branch. Would be nice if you could take a look. Thanks! |
woile
commented
Jan 30, 2025
Should this be exposed as a config parameter as well? besides that it looks good |
Lee-W
commented
Jan 30, 2025
Yep, could be. let me update it as well. Just notice the CI also failed 🤦♂️ |
Lee-W
commented
Jan 30, 2025
woile
commented
Jan 30, 2025
And there's still an issue with |
Lee-W
commented
Jan 31, 2025
I'm afraid I don't quite get this one 🤔 |
noirbizarre
commented
Jan 31, 2025
I'll take a look tomorrow 👍🏽 |
noirbizarre
left a comment
There was a problem hiding this comment.
LGTM ! (before it reaches 2 years old, sorry for that)
This feature is needed. I think we can iterate on smaller pull request to add later settings or any other adjustments
superceed #696
Description
First draft of a new feature. The idea is to grant the user the capability to run
cz bumpwithout prior commits. The reasons are described in the associated issue.here we add an
--emptyparameter to the bump methodwhen this parameter is set and if no increment is find, a automatic "PATCH" is released.
I'll wait for your feedback before working on tests and documentation.
Checklist
./scripts/formatand./scripts/testlocally to ensure this change passes linter check and testAdditional context
Fix#662