Skip to content

Commit 5fe3e79

Browse files
committed
chore: allow to pre-release from branch rc
1 parent fa2519b commit 5fe3e79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.releaserc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"branches": [
3+
{
4+
"name": "rc",
5+
"channel": "rc",
6+
"prerelease": "rc"
7+
},
38
{
49
"name": "master",
510
"channel": "latest"

0 commit comments

Comments
 (0)