Skip to content

Commit ccd072f

Browse files
committed
chore: setup v4
1 parent 14ad9ff commit ccd072f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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": "v4",
1111
"bumpVersionsWithWorkspaceProtocolOnly": true,
1212
"updateInternalDependencies": "minor",
1313
"ignore": ["!(@sveltejs/*)"]

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- v4
78
pull_request:
89
branches:
910
- main
11+
- v4
1012
env:
1113
# we call `pnpm playwright install` instead
1214
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- v4
78
permissions: {}
89

910
jobs:

0 commit comments

Comments
 (0)