From 8202962986400bf9f17b1b45fe063cf4553b401f Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Thu, 26 Oct 2023 11:10:23 -0700 Subject: [PATCH 1/3] chore(repo): Avoid having a main-v4 local branch to create changeset --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 422e372038..2089feb5e4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,7 +10,7 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "main-v4", + "baseBranch": "origin/main-v4", "updateInternalDependencies": "patch", "ignore": [], "snapshot": { From 09842582badcd270cff7e7b9caefe78e5bb95b42 Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Thu, 26 Oct 2023 11:12:56 -0700 Subject: [PATCH 2/3] chore(repo): Differentiate version packages PR of v4 --- .github/workflows/release-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 5bfc6ca686..bb23d78544 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -39,7 +39,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - title: Version Packages + title: Version Packages - V4 commit: "chore(repo): Version packages" publish: npm run release env: From 7c3a1d5c0368da2cdee3e0f65fadf74f1467d65b Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Thu, 26 Oct 2023 11:13:17 -0700 Subject: [PATCH 3/3] chore(repo): Add changeset --- .changeset/chilly-paws-develop.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/chilly-paws-develop.md diff --git a/.changeset/chilly-paws-develop.md b/.changeset/chilly-paws-develop.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/chilly-paws-develop.md @@ -0,0 +1,2 @@ +--- +---