From 1bf186b901608df40e5af3a513a79e869f46317d Mon Sep 17 00:00:00 2001 From: dominikg Date: Fri, 19 Apr 2024 21:47:33 +0200 Subject: [PATCH] chore(release): switch release config to v3 branch --- .changeset/config.json | 2 +- .github/workflows/ci.yml | 6 ++---- .github/workflows/release.yml | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) 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 91f7be51d..5577824a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,10 @@ name: CI on: push: branches: - - main - - v2 + - v3 pull_request: branches: - - main - - v2 + - 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 e15739d60..8aefb8b9a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,7 @@ name: Release on: push: branches: - - main - - v2 + - v3 permissions: {} jobs: