Skip to content

Commit

Permalink
fix: pass parserOpts to commit-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarJaroudi committed Aug 18, 2023
1 parent 72bb3ab commit bbc7485
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ export = {
},
],
plugins: [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
parserOpts: {
noteKeywords: ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],
},
},
],
// We want to use the angular preset, but we want to include all commits in the changelog
// See https://github.com/semantic-release/release-notes-generator/issues/77
[
Expand Down

0 comments on commit bbc7485

Please sign in to comment.