Skip to content

Commit

Permalink
Update .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Sep 26, 2023
1 parent ff28ca4 commit 09b8e8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
],
"tagFormat": "${version}",
"ci": true,
"preset": "conventionalcommits",
"plugins": [
[ "@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "feat", "release": "minor" },
Expand All @@ -40,7 +40,6 @@
],
[ "@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits",
"presetConfig": true
}
],
Expand Down

0 comments on commit 09b8e8a

Please sign in to comment.