Skip to content

Commit

Permalink
fix(options): Explicit --conventional-graduate
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 14, 2019
1 parent efcb3bd commit f73e6ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/version/command.js
Expand Up @@ -24,6 +24,10 @@ exports.builder = (yargs, composed) => {
describe: "Use conventional-changelog to determine version bump and generate CHANGELOG.",
type: "boolean",
},
"conventional-graduate": {
describe: "Version currently prereleased packages to a non-prerelease version.",
// 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 f73e6ed

Please sign in to comment.