ci: temporarily disable braking change detection (#7860)

This commit is contained in:
Manuel
2022-03-18 14:38:52 +01:00
committed by GitHub
parent 79e00e1dee
commit d5db318db8

View File

@@ -64,7 +64,7 @@ async function config() {
['@semantic-release/release-notes-generator', {
preset: 'angular',
parserOpts: {
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
},
writerOpts: {
commitsSort: ['subject', 'scope'],