Skip to content

Commit c25b9c9

Browse files
chore(release): change branch to branches for semantic-release
1 parent 8a1c964 commit c25b9c9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,20 @@
6060
"@semantic-release/github",
6161
"@semantic-release/npm"
6262
],
63-
"branch": "main"
63+
"branches": [
64+
"+([0-9])?(.{+([0-9]),x}).x",
65+
"main",
66+
"next",
67+
"next-major",
68+
{
69+
"name": "beta",
70+
"prerelease": true
71+
},
72+
{
73+
"name": "alpha",
74+
"prerelease": true
75+
}
76+
]
6477
},
6578
"husky": {
6679
"hooks": {

0 commit comments

Comments
 (0)