console/.changeset/config.json

19 lines
528 B
JSON
Raw Permalink Normal View History

2022-05-18 07:26:57 +00:00
{
2024-10-09 13:19:34 +00:00
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "graphql-hive/platform" }],
2022-05-18 07:26:57 +00:00
"commit": false,
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
2024-05-23 09:33:53 +00:00
"ignore": ["@hive/*", "integration-tests", "eslint-plugin-hive"],
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{datetime}-{commit}"
2024-10-09 13:19:34 +00:00
},
"privatePackages": {
"tag": true,
"version": true
}
2022-05-18 07:26:57 +00:00
}