From 86fd064122af8ec7cb90d000d68e3ebfbd7cd221 Mon Sep 17 00:00:00 2001 From: Simon VDB Date: Wed, 16 Sep 2020 01:34:50 +0200 Subject: [PATCH] dsiable autocommit --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index ecbbf1bd2df..4066833db6f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,7 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@1.3.0/schema.json", "changelog": "@changesets/cli/changelog", - "commit": true, + "commit": false, "linked": [], "access": "restricted", "baseBranch": "master",