Skip to content

Commit

Permalink
Revert "chore: temporarily set releases to patch only"
Browse files Browse the repository at this point in the history
This reverts commit ef63c43.

fixes #29
  • Loading branch information
SgtPooki committed Dec 15, 2022
1 parent 2819080 commit 823b4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"releaseRules": [
{
"breaking": true,
"release": "patch"
"release": "major"
},
{
"revert": true,
"release": "patch"
},
{
"type": "feat",
"release": "patch"
"release": "minor"
},
{
"type": "fix",
Expand Down

0 comments on commit 823b4ca

Please sign in to comment.