diff --git a/index.js b/index.js index 8ab7c5a34..0c54553cd 100755 --- a/index.js +++ b/index.js @@ -144,6 +144,10 @@ function tag (newVersion, argv) { if (errMessage) { console.log(chalk.red(errMessage)) process.exit(1) + } else { + checkpoint('Run `%s` to publish.', [ + 'git push --follow-tags origin master; npm publish' + ]) } }) }