Skip to content

Commit c1894b4

Browse files
committed
chore: Update breaking change keywords
1 parent 42299de commit c1894b4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,19 @@
5353
],
5454
"dryRun": true,
5555
"plugins": [
56-
"@semantic-release/commit-analyzer",
56+
[
57+
"@semantic-release/commit-analyzer",
58+
{
59+
"parserOpts": {
60+
"noteKeywords": [
61+
"BREAKING CHANGE",
62+
"BREAKING CHANGES",
63+
"**BREAKING CHANGE**",
64+
"**BREAKING CHANGES**"
65+
]
66+
}
67+
}
68+
],
5769
"@semantic-release/release-notes-generator",
5870
[
5971
"@semantic-release/npm",

0 commit comments

Comments
 (0)