Skip to content

Commit e87737e

Browse files
committed
lala
1 parent e310ba8 commit e87737e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.1/schema.json",
33
"changelog": "@changesets/cli/changelog",
4-
"commit": false,
4+
"commit": true,
55
"fixed": [],
66
"linked": [],
77
"access": "restricted",
8-
"baseBranch": "main",
8+
"baseBranch": "dev",
99
"updateInternalDependencies": "patch",
1010
"ignore": []
1111
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Fetch all branches
4949
run: git fetch --all
5050

51-
# Check if already in pre-release mode on dev and exit if necessary
51+
# Exit pre-release mode if already in pre-mode
5252
- name: Check pre-release mode
5353
run: |
5454
if pnpm changeset status | grep -q "pre mode"; then

0 commit comments

Comments
 (0)