Files
medusa-store/.changeset/config.json
2022-12-20 09:01:00 +00:00

15 lines
415 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "medusajs/medusa" }],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": ["integration-tests-api", "integration-tests-plugins"],
"snapshot": {
"useCalculatedVersion": true
}
}