Skip to content

Commit 72c331c

Browse files
committed
fix(semantic-release): update branches
1 parent d61d705 commit 72c331c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.releaserc.json

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

0 commit comments

Comments
 (0)