We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e310ba8 commit e87737eCopy full SHA for e87737e
.changeset/config.json
@@ -1,11 +1,11 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
3
"changelog": "@changesets/cli/changelog",
4
- "commit": false,
+ "commit": true,
5
"fixed": [],
6
"linked": [],
7
"access": "restricted",
8
- "baseBranch": "main",
+ "baseBranch": "dev",
9
"updateInternalDependencies": "patch",
10
"ignore": []
11
}
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Fetch all branches
49
run: git fetch --all
50
51
- # Check if already in pre-release mode on dev and exit if necessary
+ # Exit pre-release mode if already in pre-mode
52
- name: Check pre-release mode
53
run: |
54
if pnpm changeset status | grep -q "pre mode"; then
0 commit comments