From 4bb14d38cc374f84da93deed54348f2f9221cf80 Mon Sep 17 00:00:00 2001 From: dominikg Date: Fri, 19 Apr 2024 21:35:24 +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 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: