diff --git a/.changeset/config.json b/.changeset/config.json index 69c585a7..332506be 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,14 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json", - "changelog": "@changesets/cli/changelog", "commit": false, "fixed": [], "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["website"] + "ignore": ["website"], + "changelog": [ + "@changesets/changelog-github", + { "repo": "t3-oss/create-t3-app" } + ] }