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.
1 parent 2a27947 commit 52f34eaCopy full SHA for 52f34ea
.circleci/config.yml
@@ -34,3 +34,8 @@ workflows:
34
- vault
35
requires:
36
- test
37
+ filters:
38
+ branches:
39
+ only:
40
+ - master
41
+ - beta
.github/CODEOWNERS
@@ -1 +1 @@
1
-* @contentful/team-tundra @contentful/team-developer-experience
+* @contentful/team-developer-experience
package.json
@@ -92,6 +92,11 @@
92
"name": "refactor/modern-esm-support",
93
"channel": "9.x-alpha",
94
"prerelease": true
95
+ },
96
+ {
97
+ "name": "beta",
98
+ "channel": "beta",
99
+ "prerelease": true
100
}
101
],
102
"plugins": [
0 commit comments