Skip to content

Commit 84bb588

Browse files
committed
chore: align naga release branch config
1 parent c0d408d commit 84bb588

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "public",
8-
"baseBranch": "main",
8+
"baseBranch": "naga",
99
"updateInternalDependencies": "minor",
1010
"ignore": []
1111
}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
id: changesets
9292
uses: changesets/action@v1
9393
with:
94+
branch: naga
9495
version: pnpm changeset version
9596
publish: pnpm changeset publish --access public
9697
commit: 'chore(release): version packages'

0 commit comments

Comments
 (0)