From 84bb58820df7437499bd0d927aad5154fb1531ca Mon Sep 17 00:00:00 2001 From: anson Date: Thu, 9 Oct 2025 16:22:42 +0100 Subject: [PATCH] chore: align naga release branch config --- .changeset/config.json | 2 +- .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c012f3d1d..403c6980f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "naga", "updateInternalDependencies": "minor", "ignore": [] } diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8ef6c1e6..a55d15793 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,6 +91,7 @@ jobs: id: changesets uses: changesets/action@v1 with: + branch: naga version: pnpm changeset version publish: pnpm changeset publish --access public commit: 'chore(release): version packages'