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 14ad9ff commit ccd072fCopy full SHA for ccd072f
.changeset/config.json
@@ -7,7 +7,7 @@
7
"commit": false,
8
"linked": [],
9
"access": "public",
10
- "baseBranch": "main",
+ "baseBranch": "v4",
11
"bumpVersionsWithWorkspaceProtocolOnly": true,
12
"updateInternalDependencies": "minor",
13
"ignore": ["!(@sveltejs/*)"]
.github/workflows/ci.yml
@@ -4,9 +4,11 @@ on:
4
push:
5
branches:
6
- main
+ - v4
pull_request:
env:
# we call `pnpm playwright install` instead
14
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
.github/workflows/release.yml
@@ -4,6 +4,7 @@ on:
permissions: {}
jobs:
0 commit comments