From 419c8179dcb51fc0b3258fcfd46bea2e43beb34f Mon Sep 17 00:00:00 2001 From: Nahiyan Khan Date: Tue, 2 Jun 2026 13:27:24 -0400 Subject: [PATCH] fix release changesets config --- .changeset/config.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 857deef9..346c54b7 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,11 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [ - "ghost-ui", - "ghost-docs", - "@ghost/core", - "ghost-scan", - "ghost-fleet" - ] + "ignore": ["ghost-ui", "ghost-docs", "@ghost/core", "ghost-fleet"] }