summaryrefslogtreecommitdiff
path: root/.changeset/config.json
blob: e8ba175583768b4720da3e741e23615ee8dcdee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
  "changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
  "commit": false,
  "linked": [],
  "access": "public",
  "baseBranch": "main",
  "updateInternalDependencies": "patch",
  "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
    "onlyUpdatePeerDependentsWhenOutOfRange": true
  }
}