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: [ 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": [