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
Empty commit messages typically instruct Git to abort a commit, so you can pass `--allow-abort` to
66
66
permit them. Since `git commit` accepts an `--allow-empty-message` flag (primarily for wrapper scripts), you may wish to disallow such commits in CI. `--allow-abort` may be used in conjunction with any of the other options.
67
+
68
+
### Allowed Prefixes
69
+
70
+
If the commit message starts by some specific prefixes, `cz check` returns `True` without checkign the regex.
71
+
By default, the the following prefixes are allowed: `Merge`, `Revert`, `Pull Request`, `fixup!` and `squash!`.
0 commit comments