Skip to content

Commit

Permalink
chore: handle breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Mar 11, 2024
1 parent b834205 commit 2924ca2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
{
"preset": "conventionalcommits",
"releaseRules": [
{
"type": "breaking",
"release": "major"
},
{
"type": "feat",
"release": "minor"
Expand Down

0 comments on commit 2924ca2

Please sign in to comment.