We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 667ad24 + df2b326 commit b4a4b5dCopy full SHA for b4a4b5d
.circleci/config.yml
@@ -89,6 +89,7 @@ workflows:
89
only:
90
- next
91
- master
92
+ - beta
93
- deploy-docs:
94
requires:
95
- publish-job
package.json
@@ -24,7 +24,11 @@
24
"release": {
25
"branches": [
26
"master",
27
- "next"
+ "next",
28
+ {
29
+ "name": "beta",
30
+ "prerelease": true
31
+ }
32
]
33
},
34
"author": {
0 commit comments