From 6e00ef53452aede3d8b259cbe4b1f1936274ca29 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Sat, 22 Jun 2024 11:29:50 +0100 Subject: [PATCH] chore(all): test --- .changeset/config.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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" + ] }