Skip to content

Commit

Permalink
chore: update semantic-release/commit-analyzer rules (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong authored May 1, 2024
1 parent f39f6bb commit c0469d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{ "type": "chore", "release": "patch" }
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
}
]
],
"prepare": [
"@semantic-release/npm",
{
Expand Down

0 comments on commit c0469d0

Please sign in to comment.