revert: ci: temporarily disable breaking change detection (#7861)
This reverts commit ef9ee66640.
This commit is contained in:
@@ -58,13 +58,13 @@ async function config() {
|
|||||||
{ scope: 'no-release', release: false },
|
{ scope: 'no-release', release: false },
|
||||||
],
|
],
|
||||||
parserOpts: {
|
parserOpts: {
|
||||||
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'],
|
noteKeywords: [ 'BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING' ],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
['@semantic-release/release-notes-generator', {
|
['@semantic-release/release-notes-generator', {
|
||||||
preset: 'angular',
|
preset: 'angular',
|
||||||
parserOpts: {
|
parserOpts: {
|
||||||
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
|
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
|
||||||
},
|
},
|
||||||
writerOpts: {
|
writerOpts: {
|
||||||
commitsSort: ['subject', 'scope'],
|
commitsSort: ['subject', 'scope'],
|
||||||
|
|||||||
Reference in New Issue
Block a user