From e9bb5f779af838c539bcfddd8fcc2e4d08cd79f7 Mon Sep 17 00:00:00 2001 From: Andrei Tarasov Date: Tue, 10 Sep 2024 14:31:34 +0200 Subject: [PATCH] chore(release): change target branch for release beta version --- .changeset/config.json | 2 +- .github/workflows/monorepo-main-suite.yaml | 1 + .github/workflows/release-packages.yml | 2 +- .github/workflows/validate-changeset-base-branch.yaml | 1 + .github/workflows/version-packages.yml | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 9a94bfa17..01aab4ed2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -5,7 +5,7 @@ "fixed": [["@monite/sdk-react", "@monite/sdk-api"]], "linked": [], "access": "public", - "baseBranch": "origin/dev", + "baseBranch": "origin/feat/DEV-11776-sep5-demo-branch", "updateInternalDependencies": "patch", "ignore": ["sdk-demo-with-nextjs-and-clerk-auth"] } diff --git a/.github/workflows/monorepo-main-suite.yaml b/.github/workflows/monorepo-main-suite.yaml index e05a770d5..60487d6a6 100644 --- a/.github/workflows/monorepo-main-suite.yaml +++ b/.github/workflows/monorepo-main-suite.yaml @@ -10,6 +10,7 @@ on: branches: - main - dev + - feat/DEV-11776-sep5-demo-branch concurrency: group: "${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}" diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 38111aa54..9e6ed5c34 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: false env: - RELEASE_BRANCH: "main" + RELEASE_BRANCH: "feat/DEV-11776-sep5-demo-branch" jobs: npm-publish: diff --git a/.github/workflows/validate-changeset-base-branch.yaml b/.github/workflows/validate-changeset-base-branch.yaml index d6006babf..5d8802b49 100644 --- a/.github/workflows/validate-changeset-base-branch.yaml +++ b/.github/workflows/validate-changeset-base-branch.yaml @@ -8,6 +8,7 @@ on: branches: - main - dev + - feat/DEV-11776-sep5-demo-branch types: [synchronize, edited] concurrency: diff --git a/.github/workflows/version-packages.yml b/.github/workflows/version-packages.yml index abc9605d8..6e149323c 100644 --- a/.github/workflows/version-packages.yml +++ b/.github/workflows/version-packages.yml @@ -7,6 +7,7 @@ on: push: branches: - main + - feat/DEV-11776-sep5-demo-branch concurrency: group: "${{ github.workflow }}-${{ github.ref }}"