From ed31bac0e432d7451270f1233f23ee0689a96850 Mon Sep 17 00:00:00 2001 From: Yam Catzenelson <108418515+yamz8@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:58:33 +0200 Subject: [PATCH] Update config.json (#9603) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 🦋 error Error: Failed to find where HEAD diverged from master. Does master exist? happen when try to run changeset command with the default config . ### Description ### Testing Instructions --- examples/with-changesets/.changeset/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-changesets/.changeset/config.json b/examples/with-changesets/.changeset/config.json index 15efd062e4533..c5ec4a01c557d 100644 --- a/examples/with-changesets/.changeset/config.json +++ b/examples/with-changesets/.changeset/config.json @@ -1,6 +1,7 @@ { "$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json", "changelog": "@changesets/cli/changelog", + "baseBranch": "main", "commit": false, "fixed": [], "linked": [],