Skip to content

Commit c956049

Browse files
committed
Update changesets things
1 parent f9835a7 commit c956049

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ with multi-package repos, or single-package repos to help you version and publis
55
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
66

77
We have a quick list of common questions to get you started engaging with this project in
8-
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"$schema": "https://unpkg.com/@changesets/config@0.3.0/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "Thinkmill/untitled-docs" }
5+
{
6+
"repo": "Thinkmill/untitled-docs"
7+
}
68
],
79
"commit": false,
810
"linked": [],
911
"access": "public",
10-
"baseBranch": "master"
11-
}
12+
"baseBranch": "main"
13+
}

0 commit comments

Comments
 (0)