astro/.changeset/config.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
343 B
JSON
Raw Normal View History

{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
2021-11-30 17:14:31 +00:00
"changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
"commit": false,
"linked": [["astro", "@astrojs/parser"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
2022-03-16 00:40:16 +00:00
"ignore": ["@example/*", "@test/*"]
}