diff --git a/.changeset/config.json b/.changeset/config.json index cd72fe269b3..5fc4b6c45db 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "origin/main", + "baseBranch": "clerk-v4", "updateInternalDependencies": "patch", "ignore": [], "snapshot": { @@ -16,4 +16,4 @@ "onlyUpdatePeerDependentsWhenOutOfRange": true, "updateInternalDependents": "always" } -} +} \ No newline at end of file diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 3f8999972c8..466957e5994 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -4,7 +4,7 @@ run-name: Production release PR on: push: branches: - - main + - clerk-v4 concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/release-staging.yml b/.github/workflows/release-staging.yml index 395002aba01..4563a674e4c 100644 --- a/.github/workflows/release-staging.yml +++ b/.github/workflows/release-staging.yml @@ -4,7 +4,7 @@ run-name: Staging release from ${{ github.ref_name }} on: push: branches: - - main + - clerk-v4 concurrency: group: ${{ github.workflow }}-${{ github.ref }}