Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(options): Explicit --force-publish
  • Loading branch information
evocateur committed Oct 14, 2019
1 parent f3581ae commit 343a751
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/version/command.js
Expand Up @@ -42,6 +42,10 @@ exports.builder = (yargs, composed) => {
describe: "Specify cross-dependency version numbers exactly rather than with a caret (^).",
type: "boolean",
},
"force-publish": {
describe: "Always include targeted packages in versioning operations, skipping default logic.",
// type must remain ambiguous because it is overloaded (boolean _or_ string _or_ array)
},
"git-remote": {
describe: "Push git changes to the specified remote.",
type: "string",
Expand Down

0 comments on commit 343a751

Please sign in to comment.