We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e00e1 commit d5db318Copy full SHA for d5db318
release.config.js
@@ -64,7 +64,7 @@ async function config() {
64
['@semantic-release/release-notes-generator', {
65
preset: 'angular',
66
parserOpts: {
67
- noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
+ noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
68
},
69
writerOpts: {
70
commitsSort: ['subject', 'scope'],
0 commit comments