Skip to content

Commit 3ece6c1

Browse files
committed
fix: prerelease
1 parent c757c31 commit 3ece6c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@
8787
"release": {
8888
"branches": [
8989
"master",
90-
"next"
90+
"next",
91+
{
92+
"name": "9.x-alpha",
93+
"channel": "9.x-alpha",
94+
"prerelease": true
95+
}
9196
],
9297
"plugins": [
9398
[

0 commit comments

Comments
 (0)