From e5e445f0baef0d771b89b13939dd8a67418e5021 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 May 2023 19:55:44 +0100 Subject: [PATCH] chore: don't commit changeset --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 3a6c8db..cee6df8 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public",