We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a279c6 commit 0eeadeaCopy full SHA for 0eeadea
.circleci/config.yml
@@ -90,3 +90,4 @@ workflows:
90
branches:
91
only:
92
- main
93
+ - beta
package.json
@@ -122,7 +122,12 @@
122
},
123
"release": {
124
"branches": [
125
- "main"
+ "main",
126
+ {
127
+ "name": "beta",
128
+ "channel": "beta",
129
+ "prerelease": true
130
+ }
131
],
132
"plugins": [
133
[
0 commit comments