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
feat(cz-commitlint): add exclamation mark support for breaking changes (#4655)
Opt-in via prompt.settings.useExclamationMark (default: false). This
reserves one header character for '!' during subject length validation,
regardless of the isBreaking answer.
See: https://www.conventionalcommits.org/en/v1.0.0/#summary
Co-authored-by: Martin T. <mrt181@gmail.com>
Copy file name to clipboardExpand all lines: docs/reference/prompt.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Set optional options.
10
10
11
11
-`enableMultipleScopes`: `(boolean)` Enable multiple scopes, select scope with a radio list, disabled by default.
12
12
-`scopeEnumSeparator`: `(string)` Commitlint supports [multiple scopes](/concepts/commit-conventions#multiple-scopes), you can specify the delimiter. It is applied when `enableMultipleScopes` set true.
13
+
-`useExclamationMark`: `(boolean)` Append `!` after the type/scope in the commit header when a breaking change is indicated, disabled by default.
0 commit comments