chore(changeset): disable automatic commit in config

This commit is contained in:
2026-02-07 21:12:27 +02:00
parent e40730eaef
commit da69c80cff

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json", "$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/changelog-git", "changelog": "@changesets/changelog-git",
"commit": true, "commit": false,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "public", "access": "public",