Skip to content

Commit 038e095

Browse files
authored
ci(repo): update base branch references for release/core-2 (#7410)
1 parent aba6a65 commit 038e095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fixed": [],
1111
"linked": [],
1212
"access": "public",
13-
"baseBranch": "origin/main",
13+
"baseBranch": "origin/release/core-2",
1414
"updateInternalDependencies": "patch",
1515
"snapshot": {
1616
"useCalculatedVersion": true,

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
echo 'Skipping';
8181
exit 0;
8282
else
83-
pnpm changeset status --since=origin/main;
83+
pnpm changeset status --since=origin/release/core-2;
8484
fi
8585
8686
build-packages:

0 commit comments

Comments
 (0)