Skip to content

Commit 74be6f9

Browse files
chore(CI): update release config
1 parent 369c0e5 commit 74be6f9

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.releaserc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"branches": ["master"]
2+
"branches": [
3+
"master",
4+
{ "name": "alpha", "prerelease": true },
5+
{ "name": "beta", "prerelease": true },
6+
{ "name": "rc", "prerelease": true },
7+
{ "name": "canary-*", "prerelease": true, "channel": "canary" }
8+
]
39
}

release.config.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)