Skip to content

Commit

Permalink
fix(version): Renamed 'skip-bump-only-release' CLI option to plural (#…
Browse files Browse the repository at this point in the history
…925)

* fix(version): Renamed 'skip-bump-only-release' CLI argument to 'skip-bump-only-releases' while remaining backwards compatible

Renamed 'skip-bump-only-release' to 'skip-bump-only-releases' for consistency.
Added alias 'skip-bump-only-release' for backwards compatibility and refined the description for clarity.
Fixes #924
  • Loading branch information
SchulteMarkus authored Sep 6, 2024
1 parent 8d02884 commit b552346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/cli-commands/cli-version-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ export default {
describe: 'Runs `npm install --package-lock-only` or equivalent depending on the package manager defined in `npmClient`.',
type: 'boolean',
},
'skip-bump-only-release': {
describe: 'do we want to skip creating a release (github/gitlab) when the version is a "version bump only"?',
'skip-bump-only-releases': {
describe: 'Skip release(s) creation when the version is a "version bump only"?',
type: 'boolean',
},
'premajor-version-bump': {
Expand Down

0 comments on commit b552346

Please sign in to comment.