Skip to content

Lerna version is generating a weird tag and I cannot understand why #3820

Closed Answered by fahslaj
marcocastignoli asked this question in Q&A
Discussion options

You must be logged in to vote

@marcocastignoli Your lib-sourcify package has a script in package.json named "version" that is being executed since "version" is a Lerna lifecycle script. This additional bump is happening via the standard-version tool that is being executed within that script. You can see its output in the logging you provided above as well:

> @ethereum-sourcify/lib-sourcify@1.4.1 version /Users/marcocastignoli/Projects/marcocastignoli/sourcify/packages/lib-sourcify
> standard-version

✔ bumping version in package.json from 1.4.1 to 1.5.0
✔ bumping version in package-lock.json from 1.4.1 to 1.5.0
✔ outputting changes to CHANGELOG.md
✔ committing package-lock.json and package.json and CHANGELOG.md
✔ tagg…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@marcocastignoli
Comment options

Answer selected by fahslaj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants