Skip to content

Commit

Permalink
Update config.json (#9603)
Browse files Browse the repository at this point in the history
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

<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
yamz8 authored Dec 11, 2024
1 parent 10a57d0 commit ed31bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-changesets/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"baseBranch": "main",
"commit": false,
"fixed": [],
"linked": [],
Expand Down

0 comments on commit ed31bac

Please sign in to comment.