forked from wundergraph/cosmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lerna.json
35 lines (35 loc) · 923 Bytes
/
lerna.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
32
33
34
35
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "independent",
"command": {
"publish": {
"registry": "https://registry.npmjs.org"
},
"version": {
"conventionalCommits": true,
"createRelease": "github",
"syncWorkspaceLock": true,
"changelogIncludeCommitsClientLogin": " (@%l)",
"message": "chore(release): Publish [skip ci]",
"changelogHeaderMessage": "Binaries are attached to the github release otherwise all images can be found [here](https://github.com/orgs/wundergraph/packages?repo_name=cosmo)"
}
},
"packages": [
"cli",
"composition",
"shared",
"connect",
"controlplane",
"router",
"otelcollector",
"graphqlmetrics",
"studio",
"keycloak",
"cdn-server",
"cdn-server/cdn",
"aws-lambda-router",
"playground"
],
"npmClient": "pnpm",
"loglevel": "verbose"
}