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
When you command git commit -m "updates foo" it fails as expected but when you try to fix commit message like "fix: update foo" it gives also an error but with old commit message like "updates foo"
Current Behavior
Expected Behavior
So it must change the input with new one.
Affected packages
cli
core
prompt
config-angular
Possible Solution
No response
Context
No response
commitlint --version
@commitlint/cli: 19.2.1
git --version
v2.32.1 (Apple Git-133)
node --version
v20.9.0
The text was updated successfully, but these errors were encountered:
Workaround: do the commit with the fixed message, get the error, go to commitlint.config.js and include in the list of allowed types your misspelled type. (For example: I misspelled "fiy: foo" instead of "fix: foo", so I added "fiy"). Do your corrected commit and the commit will pass.
Steps to Reproduce
When you command git commit -m "updates foo" it fails as expected but when you try to fix commit message like "fix: update foo" it gives also an error but with old commit message like "updates foo"
Current Behavior
Expected Behavior
So it must change the input with new one.
Affected packages
Possible Solution
No response
Context
No response
commitlint --version
@commitlint/cli: 19.2.1
git --version
v2.32.1 (Apple Git-133)
node --version
v20.9.0
The text was updated successfully, but these errors were encountered: