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'