0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/.changeset/config.json

11 lines
316 B
JSON
Raw Normal View History

{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
2021-05-17 09:34:32 -05:00
"linked": [["astro", "astro-parser", "create-astro"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
2021-05-03 12:26:10 -06:00
"ignore": ["@example/*", "www"]
}