-
-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathconfig.json
31 lines (31 loc) · 1.03 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "accounts-js/accounts" }],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": [
"accounts-js",
"@accounts/e2e",
"@examples/accounts-microservice",
"@examples/graphql-mikro-orm-typescript",
"@examples/graphql-typeorm-typescript",
"@examples/graphql-server-typescript",
"@examples/graphql-server-typescript-apollo",
"@examples/graphql-server-typescript-basic",
"@examples/magic-link-server-typescript",
"@examples/react-graphql-typescript",
"@examples/react-rest-typescript",
"@examples/rest-express-typescript",
"@examples/rest-express-typescript-without-modules"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{datetime}-{commit}"
}
}