Skip to content

Commit

Permalink
chore: tweak release rules to include refactor & feature types
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Aug 11, 2022
1 parent 2ba27a9 commit 5421f95
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,21 @@
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "feature",
"release": "minor"
},
{
"type": "refactor",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github"
Expand Down

0 comments on commit 5421f95

Please sign in to comment.