summaryrefslogtreecommitdiff
path: root/.changeset/config.json
blob: f7733c92bf2d5cf41b0dd475e1a3a1f29c255f2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
  "changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
  "commit": false,
  "linked": [["astro", "@astrojs/parser"]],
  "access": "public",
  "baseBranch": "main",
  "updateInternalDependencies": "patch",
  "ignore": ["@example/*", "www"]
}