From 5dfa07fc824ea9ae3c291e50f7a2daf40df54314 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 10 Sep 2024 14:11:06 -0500 Subject: [PATCH] ci: fix changeset ignore --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 500661e2..09d6a4d7 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,7 +6,7 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["website", "apps/*"], + "ignore": ["website", "apps/**"], "changelog": [ "@changesets/changelog-github", { "repo": "t3-oss/create-t3-app" }