Skip to content

Commit 3c521c6

Browse files
authored
chore(ci): add beta tags (#2054)
1 parent a1e7d02 commit 3c521c6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"branches": ["main"],
2+
"branches": [
3+
"main",
4+
{
5+
"name": "beta",
6+
"channel": "beta",
7+
"tag": "beta",
8+
"prerelease": "beta"
9+
}
10+
],
311
"plugins": [
412
[
513
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)