Replies: 2 comments
-
|
Hi @poloka , you can pass in a specific version to
If you can pass an input version into your CI job, then you could use that input variable in this command to tell Lerna to use that specific version:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi there 👋 We have a component library that I move to Lerna. For CI/CD we use Jenkins. Currently it looks like I do smth wrong: version:prerelease script looks like this: Is there any possible way to improve or refactor the logic? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple declarative pipeline that is to run a
lerna publishcommand on a monorepo that has two packages. Versioning is defined as independent. Has anyone found a way to either 1) capture the lerna output that requests version updates to pass back to the CI for input? or 2) found a way to use jenkins pipeline input as the 'custom' version that you can then detect the lerna prompt and then select the custom version and past in the prompted version?Beta Was this translation helpful? Give feedback.
All reactions