Navigation Menu

Skip to content

Commit

Permalink
fix(options): Explicit --conventional-prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 14, 2019
1 parent f73e6ed commit f3581ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/version/command.js
Expand Up @@ -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",
Expand Down

0 comments on commit f3581ae

Please sign in to comment.