forked from open-telemetry/opentelemetry-sandbox-web-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlerna.json
30 lines (30 loc) · 729 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
{
"npmClient": "npm",
"packages": [
"packages/*",
"metapackages/*",
"plugins/node/*",
"plugins/node/*/examples",
"plugins/web/*",
"plugins/web/*/examples",
"propagators/*",
"detectors/node/*"
],
"version": "independent",
"changelog": {
"repo": "open-telemetry/opentelemetry-js-contrib",
"labels": {
"breaking": ":boom: Breaking Change",
"bug": ":bug: (Bug Fix)",
"core": ":wrench: Core",
"document": ":books: (Refine Doc)",
"enhancement": ":rocket: (Enhancement)",
"feature-request": ":sparkles: (Feature)",
"internal": ":house: Internal"
},
"cacheDir": ".changelog",
"ignoreCommitters": [
"github-actions"
]
}
}