config.json 315 B

12345678910111213
  1. {
  2. "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
  3. "changelog": ["@changesets/changelog-github", {
  4. "repo": "tabler/tabler"
  5. }],
  6. "commit": false,
  7. "fixed": [],
  8. "linked": [],
  9. "access": "restricted",
  10. "baseBranch": "main",
  11. "updateInternalDependencies": "patch",
  12. "ignore": []
  13. }