ci: temporarily disable braking change detection (#7860)
This commit is contained in:
@@ -64,7 +64,7 @@ async function config() {
|
|||||||
['@semantic-release/release-notes-generator', {
|
['@semantic-release/release-notes-generator', {
|
||||||
preset: 'angular',
|
preset: 'angular',
|
||||||
parserOpts: {
|
parserOpts: {
|
||||||
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
|
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
|
||||||
},
|
},
|
||||||
writerOpts: {
|
writerOpts: {
|
||||||
commitsSort: ['subject', 'scope'],
|
commitsSort: ['subject', 'scope'],
|
||||||
|
|||||||
Reference in New Issue
Block a user