diff --git a/.changeset/config.json b/.changeset/config.json index a62af8dee..a8d18df90 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json", - "changelog": "@changesets/changelog-github", + "changelog": [ + "@changesets/changelog-github", + { "repo": "ianstormtaylor/slate" } + ], "commit": false, "linked": [["slate", "slate-history", "slate-hyperscript", "slate-react"]], "access": "public",