Skip to content
Snippets Groups Projects
config.json 271 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
      "changelog": "@changesets/cli/changelog",
    
      "commit": false,
    
      "fixed": [],
      "linked": [],
      "access": "public",
      "baseBranch": "main",
      "updateInternalDependencies": "patch",
      "ignore": []
    }