Skip to content

Commit

Permalink
fix: fixed the releaserc to recognize the conventional commit format …
Browse files Browse the repository at this point in the history
…for breaking changes
  • Loading branch information
meza committed Mar 16, 2023
1 parent b441d21 commit b49d513
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"semantic-release-export-data",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
Expand Down

0 comments on commit b49d513

Please sign in to comment.