Skip to content

Commit 52f34ea

Browse files
authored
chore: add new prerelease branch and update codeowners [DX-4] (#536)
Configure new branch for prereleases and remove old team from codeowners
1 parent 2a27947 commit 52f34ea

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ workflows:
3434
- vault
3535
requires:
3636
- test
37+
filters:
38+
branches:
39+
only:
40+
- master
41+
- beta

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentful/team-tundra @contentful/team-developer-experience
1+
* @contentful/team-developer-experience

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
"name": "refactor/modern-esm-support",
9393
"channel": "9.x-alpha",
9494
"prerelease": true
95+
},
96+
{
97+
"name": "beta",
98+
"channel": "beta",
99+
"prerelease": true
95100
}
96101
],
97102
"plugins": [

0 commit comments

Comments
 (0)