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