From d5db318db8d88f0908e1308ef9487e3bf323c8b6 Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Fri, 18 Mar 2022 14:38:52 +0100 Subject: [PATCH] ci: temporarily disable braking change detection (#7860) --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index 754fbd92..159bd89d 100644 --- a/release.config.js +++ b/release.config.js @@ -64,7 +64,7 @@ async function config() { ['@semantic-release/release-notes-generator', { preset: 'angular', parserOpts: { - noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'] + noteKeywords: ['BREAKING CHANGE DETECTION DISABLED'] //['BREAKING CHANGE', 'BREAKING CHANGES', 'BREAKING'] }, writerOpts: { commitsSort: ['subject', 'scope'],