config.json 310 B

1234567891011
  1. {
  2. "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
  3. "changelog": ["@changesets/changelog-github", { "repo": "weseek/growi" }],
  4. "commit": false,
  5. "fixed": [],
  6. "linked": [],
  7. "access": "restricted",
  8. "baseBranch": "master",
  9. "updateInternalDependencies": "patch",
  10. "ignore": []
  11. }