-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When running auto canary
in a Lerna monorepo, multiple issues are appearing.
-
The version is being bumped from
9.0.0-beta.33
to9.0.1-canary.809.1.1a2be58f.0
when it should be9.0.0-canary...
instead. -
It says
Error: Running command 'npx' failed
right at the beginning -
It fails to publish to npm, saying
You cannot publish over the previously published versions: 9.0.0-beta.33
The PR I'm attempting to publish is: pmndrs/react-spring#809
To Reproduce
I don't have a minimal repro yet. LMK if it's necessary.
Expected behavior
Expected all packages to be published with 9.0.0-canary.809.1.1a2be58f.0
as their version.
Desktop (please complete the following information):
- OS: macOS v10.14.5
- Browser: N/A
- Version: v7.6.0
Additional context
GH_TOKEN="xxx" auto canary --build 1 --pr 809
Error: Running command 'npx' failed
Changes:
- @react-spring/addons: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/animated: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/core: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- react-spring: 9.0.0-beta.34 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/shared: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/konva: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/native: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/three: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/web: 9.0.0-beta.34 => 9.0.1-canary.809.1.1a2be58f.0
- @react-spring/zdog: 9.0.0-beta.33 => 9.0.1-canary.809.1.1a2be58f.0
lerna notice cli v3.15.0
lerna info current version 9.0.0-beta.34
lerna WARN force-publish all packages
lerna info Assuming all packages changed
lerna WARN version Skipping working tree validation, proceed at your own risk
lerna info auto-confirmed
lerna info execute Skipping git tag/commit
lerna info execute Skipping git push
lerna info execute Skipping releases
lerna info publish Publishing packages to npm...
lerna notice Skipping all user and access validation due to third-party registry
lerna notice Make sure you're authenticated properly ¯\_(ツ)_/¯
lerna http fetch PUT 403 https://registry.npmjs.org/@react-spring%2fshared 1475ms
lerna ERR! E403 You cannot publish over the previously published versions: 9.0.0-beta.33.
at ChildProcess.<anonymous> (~/.nvm/versions/node/v11.10.1/pnpm-global/3/node_modules/.pnpm/registry.npmjs.org/@auto-it/core/7.6.1/node_modules/@auto-it/core/dist/utils/exec-promise.js:98:36)
at ChildProcess.emit (events.js:197:13)
at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working