config.json 389 B

123456789101112
  1. {
  2. "$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
  3. "changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
  4. "commit": false,
  5. "linked": [],
  6. "access": "public",
  7. "baseBranch": "main",
  8. "updateInternalDependencies": "patch",
  9. "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
  10. "onlyUpdatePeerDependentsWhenOutOfRange": true
  11. }
  12. }