Skip to content

Commit d5db318

Browse files
authored
ci: temporarily disable braking change detection (#7860)
1 parent 79e00e1 commit d5db318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async function config() {
6464
['@semantic-release/release-notes-generator', {
6565
preset: 'angular',
6666
parserOpts: {
67-
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
67+
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
6868
},
6969
writerOpts: {
7070
commitsSort: ['subject', 'scope'],

0 commit comments

Comments
 (0)