diff --git a/.changeset/config.json b/.changeset/config.json index f873df4..98fc25b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,18 +1,9 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": [ - "@changesets/changelog-github", - { - "repo": "WasmAgent/open-agent-audit" - } - ], + "changelog": "@changesets/changelog-git", "commit": false, "fixed": [], - "linked": [ - [ - "@openagentaudit/*" - ] - ], + "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", @@ -21,4 +12,4 @@ "@openagentaudit/cli", "@openagentaudit/dashboard" ] -} \ No newline at end of file +}