Skip to content

Commit

Permalink
Merge pull request #306 from team-monite/packages-version-update-3.16…
Browse files Browse the repository at this point in the history
….0-beta.4

chore(release): change target branch for release beta version
  • Loading branch information
saladNights authored Sep 10, 2024
2 parents bb47b6a + e9bb5f7 commit c9595f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
1 change: 1 addition & 0 deletions .github/workflows/monorepo-main-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: false

env:
RELEASE_BRANCH: "main"
RELEASE_BRANCH: "feat/DEV-11776-sep5-demo-branch"

jobs:
npm-publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-changeset-base-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
- dev
- feat/DEV-11776-sep5-demo-branch
types: [synchronize, edited]

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- feat/DEV-11776-sep5-demo-branch

concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
Expand Down

0 comments on commit c9595f6

Please sign in to comment.