Skip to content

Commit ef6e584

Browse files
committed
Add Breaking change to allowed prefixes
1 parent b3e7ec9 commit ef6e584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/prlint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": [
33
{
4-
"pattern": "^(feat|fix|docs|style|refactor|perf|test|chore):\\s",
4+
"pattern": "^(feat|fix|docs|style|refactor|perf|test|chore|BREAKING CHANGE):\\s",
55
"flags": ["i"],
66
"message": "PR title doesn't match conventional commit message specs. See https://conventionalcommits.org/"
77
}

0 commit comments

Comments
 (0)