Skip to content

Commit 2924ca2

Browse files
chore: handle breaking changes
1 parent b834205 commit 2924ca2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
{
5858
"preset": "conventionalcommits",
5959
"releaseRules": [
60+
{
61+
"type": "breaking",
62+
"release": "major"
63+
},
6064
{
6165
"type": "feat",
6266
"release": "minor"

0 commit comments

Comments
 (0)