Skip to content

Commit df3c9cd

Browse files
committed
update changelog way to be consistent with prefresh
1 parent e7783bf commit df3c9cd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.changeset/config.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "preactjs/preact-render-to-string" }
6+
],
47
"commit": false,
58
"linked": [],
6-
"access": "restricted",
9+
"access": "public",
710
"baseBranch": "master",
811
"updateInternalDependencies": "patch",
912
"ignore": []
10-
}
13+
}

0 commit comments

Comments
 (0)