Skip to content

Commit 1bf186b

Browse files
committed
chore(release): switch release config to v3 branch
1 parent 6c59572 commit 1bf186b

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"commit": false,
88
"linked": [],
99
"access": "public",
10-
"baseBranch": "main",
10+
"baseBranch": "v3",
1111
"bumpVersionsWithWorkspaceProtocolOnly": true,
1212
"updateInternalDependencies": "minor",
1313
"ignore": ["!(@sveltejs/*)"]

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ name: CI
44
on:
55
push:
66
branches:
7-
- main
8-
- v2
7+
- v3
98
pull_request:
109
branches:
11-
- main
12-
- v2
10+
- v3
1311
env:
1412
# we call `pnpm playwright install` instead
1513
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
7-
- v2
6+
- v3
87
permissions: {}
98

109
jobs:

0 commit comments

Comments
 (0)