revert: ci: temporarily disable breaking change detection (#7861)

This reverts commit ef9ee66640.
This commit is contained in:
Manuel
2022-03-18 16:13:29 +01:00
committed by GitHub
parent 9cdc6ca5b3
commit effed92cab

View File

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