blob: 26edf6fe805927000d4d9008568028454f48add1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [["astro", "astro-parser"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@example/*",
"www"
]
}
|