Skip to content

Commit

Permalink
chore(config): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Jul 24, 2024
1 parent 605ba8a commit 92008c6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,28 @@
"npm/chalk": "^4.1.2"
},
"release": {
"plugins": [[
"@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{
"message": "**",
"release": "patch"
},
{
"message": "fix*",
"release": "patch"
},
{
"message": "feat*",
"release": "patch"
},
{
"message": "perf*",
"release": "major"
}
]
}]],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
Expand Down

0 comments on commit 92008c6

Please sign in to comment.