ci: temporarily disable breaking change detection (#7861)

This commit is contained in:
Manuel
2022-03-18 15:02:41 +01:00
committed by GitHub
parent d5db318db8
commit ef9ee66640

View File

@@ -58,7 +58,7 @@ async function config() {
{ scope: 'no-release', release: false },
],
parserOpts: {
noteKeywords: [ 'BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING' ],
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'],
},
}],
['@semantic-release/release-notes-generator', {