Skip to content

Commit

Permalink
chore: fix .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
alxshelepenok committed Dec 3, 2024
1 parent 4ddf825 commit cff3d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"releaseRules": [
{ "type": "chore", "release": "patch" },
{ "type": "chore", "scope": "release", "release": false },
{ "type": "refactor", "release": "patch" }
{ "type": "major", "release": "major" },
{ "type": "refactor", "release": "patch" },
{ "type": "major", "release": "major" }
]
}
],
Expand Down

0 comments on commit cff3d31

Please sign in to comment.