Skip to content

Commit ef9ee66

Browse files
authored
ci: temporarily disable breaking change detection (#7861)
1 parent d5db318 commit ef9ee66

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)