Wei Lee
Wei Lee
I think `--file-only` alone should work. But I do not have a clear idea of how this should be implemented. I used to need it, but I solve it in...
@Woile if such error could happen, do you think we should make that values configurable 🤔
Sounds great! maybe we could list what we have tested, so the next time we want to change the value we'll have a better idea on why we decide to...
@souravjamwal77 May I know what was the commit types (e.g., feat, fix)? If there's only `ci`, `doc` and etc., commitizen won't bump the version. This is the default bump_map https://github.com/commitizen-tools/commitizen/blob/85d9939965befeb572403f32ebb27fd391ed783f/commitizen/defaults.py#L73
Thanks @dannRocha . @pete-leese Does @dannRocha responses answers your question? If not, please feel free and reopen it.
Wondering is it be solved by https://github.com/commitizen-tools/commitizen/pull/550?
How about the latest release? I don't have a windows machine to check this 🤦♂️
I'm week against this feature. IMO, deciding which files should be include in a commit is an important thing. @Woile what do you think?
If @Woile 's good with it, I'm good with it as well :) I guess we'll need to make some change to https://github.com/commitizen-tools/commitizen/blob/master/commitizen/git.py and https://github.com/commitizen-tools/commitizen/blob/master/commitizen/commands/commit.py. It'd be great if you...
Do you mean commit like `feat(test test): test`? If so, I just confirmed it failed. I'm ok with space inside scope. [conventional commit](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#specification) doesn't seem to have a clear definition...