Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit c6c5851

Browse files
committed
update release rules
1 parent bcf7c0d commit c6c5851

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@
7777
{
7878
"type": "break",
7979
"release": "major"
80+
},
81+
{
82+
"type": "major",
83+
"release": "major"
84+
},
85+
{
86+
"type": "minor",
87+
"release": "minor"
88+
},
89+
{
90+
"type": "patch",
91+
"release": "patch"
8092
}
8193
]
8294
}

0 commit comments

Comments
 (0)