Skip to content

Commit 0eeadea

Browse files
committed
fix: support beta releases
1 parent 0a279c6 commit 0eeadea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ workflows:
9090
branches:
9191
only:
9292
- main
93+
- beta

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,12 @@
122122
},
123123
"release": {
124124
"branches": [
125-
"main"
125+
"main",
126+
{
127+
"name": "beta",
128+
"channel": "beta",
129+
"prerelease": true
130+
}
126131
],
127132
"plugins": [
128133
[

0 commit comments

Comments
 (0)