Skip to content

Commit

Permalink
standard semantic release rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix committed Nov 29, 2023
1 parent 27db006 commit dc88d6e
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 dc88d6e

Please sign in to comment.