We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allowed Prefixes
1 parent 59c7e7b commit c95404bCopy full SHA for c95404b
docs/commands/check.md
@@ -70,7 +70,7 @@ permit them. Since `git commit` accepts an `--allow-empty-message` flag (primari
70
### Allowed Prefixes
71
72
If the commit message starts by some specific prefixes, `cz check` returns `True` without checkign the regex.
73
-By default, the the following prefixes are allowed: `Merge`, `Revert`, `Pull Request`, `fixup!` and `squash!`.
+By default, the the following prefixes are allowed: `Merge`, `Revert`, `Pull request`, `fixup!` and `squash!`.
74
75
```bash
76
cz check --message MESSAGE --allowed-prefixes 'Merge' 'Revert' 'Custom Prefix'
0 commit comments