From 384cd15f7024201da530e8c47d2e6277f2a89f59 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Tue, 22 Oct 2019 10:56:38 -0700 Subject: [PATCH] fix(version): Correct warning message --- commands/version/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/version/command.js b/commands/version/command.js index 4f35a10876..918910dde3 100644 --- a/commands/version/command.js +++ b/commands/version/command.js @@ -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 */