We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee8dc7 commit 362e8b3Copy full SHA for 362e8b3
.github/workflows/release-please.yml
@@ -81,4 +81,4 @@ jobs:
81
env:
82
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
83
NPM_CONFIG_PROVENANCE: true
84
- run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --no-verify-access --yes
+ run: npx lerna publish from-package --no-push --no-private --no-git-tag-version --yes
RELEASING.md
lerna.json
@@ -1,6 +1,5 @@
1
{
2
"npmClient": "npm",
3
- "useWorkspaces": true,
4
"version": "independent",
5
"changelog": {
6
"repo": "open-telemetry/opentelemetry-js-contrib",
0 commit comments