Skip to content

Commit 2a7d931

Browse files
authored
Merge pull request #2732 from GetStream/v6-rc-release-4
chore: fix noteKeywords in release config
2 parents 0b8a8d7 + 15b125c commit 2a7d931

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)