1
0
mirror of synced 2025-12-26 05:00:15 -05:00
Files
blitz/.changeset/config.json
2022-04-14 20:28:16 -04:00

12 lines
315 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["blitz"], ["@blitzjs/*"]],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["web", "test-*"]
}