From c15ae1912aa0014f039c74b7e5176d4f0fef6fde Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Sat, 22 Jun 2024 11:26:35 +0100 Subject: [PATCH] chore(core): test --- .changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 2f2b284a..5eaa8f53 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -8,7 +8,7 @@ "fixed": [], "linked": [], "access": "public", - "baseBranch": "release", + "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": ["@devtools/*", "packages/*", "!packages/typedoc-plugin-markdown"] + "ignore": ["@devtools/*"] }