blob: 8292fbe07858654e8a727c25600af7dac832f8ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"$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",
"ignore": ["@example/*", "@test/*"]
}
|