From da69c80cff2d4afe7f3d936b1ccc7561bcfa861c Mon Sep 17 00:00:00 2001 From: Hein Date: Sat, 7 Feb 2026 21:12:27 +0200 Subject: [PATCH] chore(changeset): disable automatic commit in config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index 0bbe107..8e5e411 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", "changelog": "@changesets/changelog-git", - "commit": true, + "commit": false, "fixed": [], "linked": [], "access": "public",