diff --git a/.changeset/config.json b/.changeset/config.json index 5eaa8f539..f1d572617 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,15 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "main", + "baseBranch": "release", "updateInternalDependencies": "minor", - "ignore": ["@devtools/*"] + "ignore": [ + "@devtools/*", + "typedoc-plugin-frontmatter", + "typedoc-plugin-remark", + "typedoc-github-wiki-theme", + "typedoc-gitlab-wiki-theme", + "typedoc-vitepress-theme", + "docusaurus-plugin-typedoc" + ] }