Open leungk712 opened 1 year ago
Is this using prompt or commitizen or...?
Is this using prompt or commitizen or...?
Hi, this is using prompt-cli @commitlint/prompt-cli": "^17.4.2"
Alright, thanks. Yeah, prompt
is not in a good state anymore. If you want to have a look how to fix this give it a try. Otherwise have a look the commitizen adapter.
Ok, thank you for confirming. When I have time on the side I would like to take a look and try to fix this.
I'm assuming it'd be inside the @commitlint/parse or parse-cli directory?
Thanks for the work on this package.
Also have a look at prompt-cli
and prompt
maybe.
Expected Behavior
Setting
subject-case
value tolower-case
should properly format all text to lower-case. If it moves onto the next step without properly formatting, an error should properly display.Current Behavior
Affected packages
Possible Solution
No response
Steps to Reproduce
Context
No response
commitlint --version
@commitlint/cli: ^17.4.2
git --version
v2.25.1
node --version
v16.14.2