Skip to content

Commit 6534143

Browse files
committed
fix: support beta releases
1 parent 968c6cf commit 6534143

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ workflows:
4545
requires:
4646
- unit
4747
- integration
48+
filters:
49+
branches:
50+
only:
51+
- main
52+
- beta

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@
102102
},
103103
"release": {
104104
"branches": [
105-
"main"
105+
"main",
106+
{
107+
"name": "beta",
108+
"channel": "beta",
109+
"prerelease": true
110+
}
106111
],
107112
"plugins": [
108113
[

0 commit comments

Comments
 (0)