Skip to content

Commit

Permalink
Drop question Will bump from X to Y. Continue? (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored and sindresorhus committed Mar 23, 2019
1 parent 3c436cf commit a02e169
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions source/ui.js
Expand Up @@ -129,16 +129,6 @@ module.exports = async (options, pkg) => {
return true;
}
},
{
type: 'confirm',
name: 'confirm',
message: answers => {
const tag = answers.tag || options.tag;
const tagPart = tag ? ` and tag this release in npm as ${tag}` : '';

return `Will bump from ${chalk.cyan(oldVersion)} to ${chalk.cyan(answers.version + tagPart)}. Continue?`;
}
},
{
type: 'confirm',
name: 'publishScoped',
Expand Down

0 comments on commit a02e169

Please sign in to comment.