Skip to content

Commit

Permalink
feat(app): Improve display of current user
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Jun 23, 2016
1 parent 4922fb9 commit d9884ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mcfly-semantic-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d9884ce

Please sign in to comment.