Skip to content

Version Bumps #807

Answered by ghiscoding
waldronmatt asked this question in Q&A
Jan 27, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The --skip-bump-only-releases is an option that I added in this project only (it doesn't exist in the original Lerna) and the only thing it does is to skip the creation of GitHub releases and it is only useful with the independent mode, it also has no effect whatsoever on the version bump (they will still be bumped). I also use workspace:* in this project and eslint dependencies also get updated often (I found recently that they have automated Monday releases), but even then they are typically updated under a chore tag which isn't supposed to bump the version but anyway the bump is not calculated by Lerna/Lerna-Lite, it's calculated by the conventional-changelog-recommend-bump dependency.…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by waldronmatt
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