22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"npmClient": "npm",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"changelog": {
|
|
"repo": "tachybase/opentelemetry-auto-instrumentations",
|
|
"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"
|
|
]
|
|
}
|
|
}
|