Skip to content

Commit 362e8b3

Browse files
authored
fix: remove lerna legacy options (#2854)
1 parent 9ee8dc7 commit 362e8b3

File tree

3 files changed

+1
-120
lines changed

3 files changed

+1
-120
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
env:
8282
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8383
NPM_CONFIG_PROVENANCE: true
84-
run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --no-verify-access --yes
84+
run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --yes

RELEASING.md

Lines changed: 0 additions & 118 deletions
This file was deleted.

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"npmClient": "npm",
3-
"useWorkspaces": true,
43
"version": "independent",
54
"changelog": {
65
"repo": "open-telemetry/opentelemetry-js-contrib",

0 commit comments

Comments
 (0)