From d9884cee44353929470d899e23a832f310344b73 Mon Sep 17 00:00:00 2001 From: Avi Haiat Date: Thu, 23 Jun 2016 17:23:08 +0300 Subject: [PATCH] feat(app): Improve display of current user --- bin/mcfly-semantic-release.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mcfly-semantic-release.js b/bin/mcfly-semantic-release.js index 2635218..bfd523d 100644 --- a/bin/mcfly-semantic-release.js +++ b/bin/mcfly-semantic-release.js @@ -56,7 +56,7 @@ gitHelper.getCurrentBranch() .then((username) => { msg.username = username; if (username) { - console.log(`Hello ${username} let's publish a new verion`); + console.log(`Hello ${chalk.bold(chalk.cyan(username))}, let's publish a new version...`); } return inquirer.prompt([{ type: 'input',