diff --git a/.changeset/config.json b/.changeset/config.json index 5b775d360..18839d767 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,7 +7,7 @@ "commit": false, "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "v3", "bumpVersionsWithWorkspaceProtocolOnly": true, "updateInternalDependencies": "minor", "ignore": ["!(@sveltejs/*)"] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d10a6722..c3d27b060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,10 @@ name: CI on: push: branches: - - main - - v1 + - v3 pull_request: branches: - - main - - v1 + - v3 env: # we call `pnpm playwright install` instead PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c9b16f5e..1b0fdbc19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,7 @@ name: Release on: push: branches: - - main - - v1 + - v3 permissions: {} jobs: