astro/.changeset/config.json

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

14 lines
428 B
JSON
Raw Normal View History

{
"$schema": "https://unpkg.com/@changesets/config@1.7.0/schema.json",
2021-11-30 17:14:31 +00:00
"changelog": ["@changesets/changelog-github", { "repo": "withastro/astro" }],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
2023-03-07 06:50:34 +00:00
"ignore": ["@example/*", "@test/*"],
2022-12-27 16:43:49 +00:00
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}