From 8e8fd34ccb839c162a7de910f54ac04cb80635fb Mon Sep 17 00:00:00 2001 From: Omar Jaroudi Date: Wed, 23 Aug 2023 00:50:36 +0000 Subject: [PATCH 1/2] fix: remove custom parserOpts passed to release-notes-generator --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index f1adcf2..f077ad7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,9 +29,6 @@ export = { [ "@semantic-release/release-notes-generator", { - parserOpts: { - noteKeywords: ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"], - }, preset: "conventionalcommits", presetConfig: { types: [ From 90739fa07c251b5a006c0d33c9e88855c073b066 Mon Sep 17 00:00:00 2001 From: Omar Jaroudi Date: Thu, 31 Aug 2023 19:59:47 +0000 Subject: [PATCH 2/2] test: update breaking snapshot --- test/__snapshots__/_config.test.ts.snap | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/__snapshots__/_config.test.ts.snap b/test/__snapshots__/_config.test.ts.snap index 0308bf2..3eedb35 100644 --- a/test/__snapshots__/_config.test.ts.snap +++ b/test/__snapshots__/_config.test.ts.snap @@ -16,13 +16,6 @@ exports[`config createPreset creates a preset including the default config 1`] = [ "@semantic-release/release-notes-generator", { - "parserOpts": { - "noteKeywords": [ - "BREAKING CHANGE", - "BREAKING CHANGES", - "BREAKING", - ], - }, "preset": "conventionalcommits", "presetConfig": { "types": [