From 2d917018d59830e68a61b37ea2b7d235c65c6f2a Mon Sep 17 00:00:00 2001 From: Jeremy Wiebe Date: Fri, 20 Dec 2024 09:55:49 -0800 Subject: [PATCH] Update changesets' auto-commit feature to not suppress CI on commits --- .changeset/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 5ade926a5..87e1855a9 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { - "$schema": "https://unpkg.com/@changesets/config@1.6.2/schema.json", + "$schema": "https://unpkg.com/@changesets/config@2/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": ["@changesets/cli/commit", { "skipCI": false }], "linked": [], "access": "public", "baseBranch": "main",