Skip to content

Commit 94a634c

Browse files
authored
ci(nodejs): remove unused lerna changelog tooling (#2205)
* ci(nodejs): remove unused lerna changelog tooling * ci(nodejs): update lockfile
1 parent 4dd83fc commit 94a634c

4 files changed

Lines changed: 1 addition & 691 deletions

File tree

nodejs/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ docs
6363

6464
.nyc_output
6565

66-
#lerna
67-
.changelog
68-
package.json.lerna_backup
69-
7066
# OS generated files
7167
.DS_Store
7268

nodejs/lerna.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
{
2-
"version": "0.0.0",
3-
"changelog": {
4-
"repo": "open-telemetry/opentelemetry-lambda",
5-
"labels": {
6-
"breaking": ":boom: Breaking Change",
7-
"bug": ":bug: (Bug Fix)",
8-
"core": ":wrench: Core",
9-
"document": ":books: (Refine Doc)",
10-
"enhancement": ":rocket: (Enhancement)",
11-
"feature-request": ":sparkles: (Feature)",
12-
"internal": ":house: Internal"
13-
},
14-
"cacheDir": ".changelog",
15-
"ignoreCommitters": ["github-actions"]
16-
}
2+
"version": "0.0.0"
173
}

0 commit comments

Comments
 (0)