Skip to content

Commit

Permalink
chore: standard semantic release rules (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix committed Aug 9, 2024
1 parent 90d8c1d commit 801b9ac
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,7 @@
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"breaking": true,
"release": "minor"
},
{
"type": "feat",
"release": "patch"
},
{
"type": "feat",
"scope" : "MAJOR",
"release": "major"
}
]
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/git",
Expand Down

0 comments on commit 801b9ac

Please sign in to comment.