Skip to content

Commit

Permalink
chore(config): dont release on refactor and only on deps chore (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Aug 13, 2024
1 parent 6435b06 commit 76e18ec
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@
"releaseRules": [
{
"type": "chore",
"release": "patch"
},
{
"type": "refactor",
"release": "patch"
},
{
"type": "style",
"scope": "deps",
"release": "patch"
},
{
Expand Down

0 comments on commit 76e18ec

Please sign in to comment.