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 d5db318 commit ef9ee66Copy full SHA for ef9ee66
release.config.js
@@ -58,7 +58,7 @@ async function config() {
58
{ scope: 'no-release', release: false },
59
],
60
parserOpts: {
61
- noteKeywords: [ 'BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING' ],
+ noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'],
62
},
63
}],
64
['@semantic-release/release-notes-generator', {
0 commit comments