We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b219e commit 49ba56dCopy full SHA for 49ba56d
@commitlint/is-ignored/src/defaults.ts
@@ -20,6 +20,7 @@ export const wildcards: Matcher[] = [
20
),
21
test(/^(Merge tag (.*?))(?:\r?\n)*$/m),
22
test(/^(R|r)evert (.*)/),
23
+ test(/^(R|r)eapply (.*)/),
24
test(/^(amend|fixup|squash)!/),
25
isSemver,
26
test(/^(Merged (.*?)(in|into) (.*)|Merged PR (.*): (.*))/),
0 commit comments