Skip to content

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

Open
@Plasticine-Yang

Description

@Plasticine-Yang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions