{{#if IS_MONOREPO}}
  { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", "changelog":
  ["@changesets/changelog-github", { "repo": "{{author}}/{{packageName}}" }], "commit": false,
  "fixed": [], "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies":
  "patch", "ignore": [ "@repo/*" ], "snapshot": { "useCalculatedVersion": true,
  "prereleaseTemplate": null }, "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
  "onlyUpdatePeerDependentsWhenOutOfRange": true } }
{{else}}
  { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", "changelog":
  ["@changesets/changelog-github", { "repo": "{{author}}/{{packageName}}" }], "commit": false,
  "fixed": [], "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies":
  "patch", "ignore": [] }
{{/if}}