Skip to content

Commit f3bcd00

Browse files
committed
chore: add missing repo option for changeset changelog
1 parent fc2acfc commit f3bcd00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.changeset/config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/changelog-github",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{ "repo": "toplenboren/simple-git-hooks" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

0 commit comments

Comments
 (0)