Skip to content

Commit aba6a65

Browse files
authored
chore(ci): configure release/core-2 branch for production releases (#7404)
1 parent 426ee94 commit aba6a65

File tree

5 files changed

+10
-261
lines changed

5 files changed

+10
-261
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ on:
44
merge_group:
55
pull_request:
66
branches:
7-
- main
8-
- release/v4
9-
- vincent-and-the-doctor
7+
- release/core-2
108

119
permissions:
1210
contents: read

.github/workflows/nightly-checks.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

.github/workflows/preview.retheme.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

.github/workflows/release-canary.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ run-name: Release
44
on:
55
push:
66
branches:
7-
- main
8-
- release/v4
7+
- release/core-2
98

109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}
@@ -43,10 +42,10 @@ jobs:
4342
id: config
4443
uses: ./.github/actions/init
4544
with:
46-
turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
47-
turbo-team: ${{ vars.TURBO_TEAM }}
48-
turbo-token: ${{ secrets.TURBO_TOKEN }}
4945
playwright-enabled: true # Must be present to enable caching on branched workflows
46+
# turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
47+
# turbo-team: ${{ vars.TURBO_TEAM }}
48+
# turbo-token: ${{ secrets.TURBO_TOKEN }}
5049

5150
- name: Build release
5251
run: pnpm turbo build $TURBO_ARGS --force
@@ -55,8 +54,8 @@ jobs:
5554
id: changesets
5655
uses: changesets/action@v1
5756
with:
58-
commit: "ci(repo): Version packages"
59-
title: "ci(repo): Version packages"
57+
commit: "ci(repo): Version packages (Core 2)"
58+
title: "ci(repo): Version packages (Core 2)"
6059
publish: pnpm release
6160
# Workaround for https://github.com/changesets/changesets/issues/421
6261
version: pnpm version-packages
@@ -139,6 +138,9 @@ jobs:
139138
- name: Checkout Repo
140139
uses: actions/checkout@v4
141140
with:
141+
fetch-depth: 1
142+
fetch-tags: false
143+
filter: "blob:none"
142144
show-progress: false
143145

144146
- name: Cache node_modules (Node v${{ matrix.version }})

0 commit comments

Comments
 (0)