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