Skip to content

Commit 6a220ba

Browse files
committed
disable breaking change detection
1 parent d5db318 commit 6a220ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function config() {
5858
{ scope: 'no-release', release: false },
5959
],
6060
parserOpts: {
61-
noteKeywords: [ 'BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING' ],
61+
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'],
6262
},
6363
}],
6464
['@semantic-release/release-notes-generator', {

0 commit comments

Comments
 (0)