config.json 247 B

123456789101112
  1. {
  2. "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
  3. "changelog": "@changesets/cli/changelog",
  4. "commit": false,
  5. "fixed": [],
  6. "linked": [],
  7. "access": "public",
  8. "baseBranch": "main",
  9. "ignore": [
  10. "preview"
  11. ]
  12. }