Skip to content

Commit 3fc4c46

Browse files
committed
ci: 🔧 add branches beta and alpha | default setting
1 parent b20aca0 commit 3fc4c46

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.releaserc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"branches": ["master", "next"],
2+
"branches": [
3+
"+([0-9])?(.{+([0-9]),x}).x",
4+
"master",
5+
"next",
6+
"next-major",
7+
{"name": "beta", "prerelease": true},
8+
{"name": "alpha", "prerelease": true}
9+
],
310
"plugins": [
411
"@semantic-release/commit-analyzer",
512
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)