commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter

Home Page:http://commitizen.github.io/cz-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not write sentence case in when writing short description for change.

Plasticine-Yang opened this issue · comments

I configured the subject-case rule in .commitlintrc.cjs for using sentence case subject case like this:

module.exports = {
  extends: ['@commitlint/config-conventional'],
  rules: {
    'subject-case': [2, 'never', ['upper-case']],
  },
}

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.

Are you trying to achieve rule sharing? Maybe this article will inspire you https://juejin.cn/post/6975836256441729032

Oh, I realized that I hadn't judged this configure and that the next version will support
https://cz-git.qbb.sh/config/engineer#uppercasesubject

中文:https://cz-git.qbb.sh/zh/config/engineer#uppercasesubject