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