Skip to content

Commit

Permalink
fix(version): Correct warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Oct 22, 2019
1 parent 4872459 commit 384cd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/version/command.js
Expand Up @@ -227,7 +227,7 @@ exports.builder = (yargs, composed) => {
if (argv.githubRelease) {
argv.createRelease = "github";
delete argv.githubRelease;
log.warn("deprecated", "--release has been replaced by --create-release=github");
log.warn("deprecated", "--github-release has been replaced by --create-release=github");
}
/* eslint-enable no-param-reassign */

Expand Down

0 comments on commit 384cd15

Please sign in to comment.