Skip to content

Commit 34a1798

Browse files
committed
Switch the default branch to main
1 parent c9f6d71 commit 34a1798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"linked": [],
66
"access": "public",
7-
"baseBranch": "master",
7+
"baseBranch": "main",
88
"updateInternalDependencies": "patch",
99
"ignore": []
1010
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)