mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
18 lines
528 B
JSON
18 lines
528 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "graphql-hive/platform" }],
|
|
"commit": false,
|
|
"linked": [],
|
|
"access": "restricted",
|
|
"baseBranch": "main",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": ["@hive/*", "integration-tests", "eslint-plugin-hive"],
|
|
"snapshot": {
|
|
"useCalculatedVersion": true,
|
|
"prereleaseTemplate": "{tag}-{datetime}-{commit}"
|
|
},
|
|
"privatePackages": {
|
|
"tag": true,
|
|
"version": true
|
|
}
|
|
}
|