blob: c9c7d3d7d4b5ef35ed404a3054cd466e392ecf20 (
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/cli/changelog",
"commit": false,
"linked": [["astro", "@astrojs/parser"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@example/*", "www"]
}
|