'version' command | Unknown argument "skipBumpOnlyReleases" #924
Closed
Description
Describe the bug
When using lerna-lite version argument '--skip-bump-only-releases' https://github.com/lerna-lite/lerna-lite/blob/main/packages/version/README.md#--skip-bump-only-releases, lerna-lite version does not execute, but fails with:
ERR! lerna-lite Unknown arguments: skip-bump-only-releases, skipBumpOnlyReleases
Using '--skip-bump-only-release' works fine, though.
Expectation
lerna-lite version executes fine with '--skip-bump-only-releases'.
Reproduction
$ npx -y -p conventional-changelog-conventionalcommits@7 -p @lerna-lite/cli@3.9.0 -p @lerna-lite/version@3.9.0 \
lerna version --yes --skip-bump-only-releases --dry-run
ERR! lerna-lite Unknown arguments: skip-bump-only-releases, skipBumpOnlyReleases
Lerna config and logs
No response
Environment Info
$ npm -v
10.8.1
Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.