diff --git a/.changeset/config.json b/.changeset/config.json index 6e13655..e8c0f50 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", - "changelog": "@changesets/cli/changelog", + "changelog": ["@changesets/changelog-github", { "repo": "callstackincubator/agent-react-devtools" }], "commit": false, "fixed": [], "linked": [], diff --git a/package.json b/package.json index 2296277..cac17c6 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "release": "bun run build && changeset publish" }, "devDependencies": { + "@changesets/changelog-github": "^0.6.0", "@changesets/cli": "^2.27.0" } }