Skip to content

Commit 483fd52

Browse files
committed
fix(release): add breaking change rule to trigger major version
1 parent 0f986fe commit 483fd52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{
77
"preset": "conventionalcommits",
88
"releaseRules": [
9+
{ "breaking": true, "release": "major" },
910
{ "type": "docs", "scope": "spec", "release": "minor" },
1011
{ "type": "docs", "release": false },
1112
{ "type": "fix", "release": "patch" },

0 commit comments

Comments
 (0)