Skip to content

Commit e681725

Browse files
chore: add ability to create beta releases [skip ci]
1 parent 2c741fe commit e681725

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"branches": [
3-
"main"
3+
"main",
4+
{
5+
"name": "*",
6+
"channel": "beta",
7+
"prerelease": "beta"
8+
}
49
],
510
"plugins": [
611
[

0 commit comments

Comments
 (0)