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
and then I run the cz command to write a short description for change like this:
Omit
but when I confirm to commit, cz command will change it to lower-case, it is unreasonable.
However, I commit it by using git commit -m command can pass the commitlint check, so the problem is not on the configuration.
The text was updated successfully, but these errors were encountered:
Plasticine-Yang
changed the title
description does not allow sentence case
Can not write sentence case in when writing short description for change.
Jan 6, 2023
I configured the
subject-case
rule in.commitlintrc.cjs
for using sentence case subject case like this:and then I run the cz command to write a short description for change like this:
but when I confirm to commit, cz command will change it to lower-case, it is unreasonable.
However, I commit it by using
git commit -m
command can pass the commitlint check, so the problem is not on the configuration.The text was updated successfully, but these errors were encountered: