Skip to content

Commit 15b125c

Browse files
committed
chore: fix noteKeywords in release config
1 parent 0b8a8d7 commit 15b125c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release/release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = Promise.resolve().then(() => {
1515
],
1616
parserOpts: {
1717
mergePattern: mergeRegex,
18+
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],
1819
},
1920
},
2021
],

0 commit comments

Comments
 (0)