Skip to content

Commit

Permalink
fix: bump major for breaking changes (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgardt authored Nov 13, 2024
1 parent eefda63 commit 54caa10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{
"preset": "conventionalcommits",
"releaseRules": [
{ "breaking": true, "release": "major" },
{ "type": "info", "release": "patch" },
{ "type": "feat", "release": "minor" },
{ "type": "feature", "release": "minor" },
Expand Down Expand Up @@ -81,4 +82,4 @@
}
]
]
}
}

0 comments on commit 54caa10

Please sign in to comment.