diff --git a/.changeset/config.json b/.changeset/config.json index 6d2119a4..f1de9ecc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": [ + "@changesets/changelog-github", + { "repo": "datopian/portaljs" } + ], "commit": false, "fixed": [], "linked": [],