Skip to content

Commit effed92

Browse files
authored
revert: ci: temporarily disable breaking change detection (#7861)
This reverts commit ef9ee66.
1 parent 9cdc6ca commit effed92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: release.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ async function config() {
5858
{ scope: 'no-release', release: false },
5959
],
6060
parserOpts: {
61-
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'],
61+
noteKeywords: [ 'BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING' ],
6262
},
6363
}],
6464
['@semantic-release/release-notes-generator', {
6565
preset: 'angular',
6666
parserOpts: {
67-
noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
67+
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING']
6868
},
6969
writerOpts: {
7070
commitsSort: ['subject', 'scope'],

0 commit comments

Comments
 (0)