diff --git a/commands/version/command.js b/commands/version/command.js index 1c698946f0..b67203fb21 100644 --- a/commands/version/command.js +++ b/commands/version/command.js @@ -28,6 +28,10 @@ exports.builder = (yargs, composed) => { describe: "Version currently prereleased packages to a non-prerelease version.", // type must remain ambiguous because it is overloaded (boolean _or_ string _or_ array) }, + "conventional-prerelease": { + describe: "Version changed packages as prereleases when using --conventional-commits.", + // type must remain ambiguous because it is overloaded (boolean _or_ string _or_ array) + }, "changelog-preset": { describe: "Custom conventional-changelog preset.", type: "string",