14 lines
312 B
JSON
14 lines
312 B
JSON
|
{
|
||
|
"$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"
|
||
|
]
|
||
|
}
|