e6109aa5c0
This reverts commit 4f9391b33f
.
10 lines
315 B
JSON
10 lines
315 B
JSON
{
|
|
"$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/*"]
|
|
}
|