Skip to content

Commit

Permalink
fix(cli): remove unused data check
Browse files Browse the repository at this point in the history
  • Loading branch information
hutson committed Oct 30, 2017
1 parent fc5f97d commit 4d8260b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/cli.js
Expand Up @@ -107,14 +107,6 @@ conventionalGithubReleaser({
process.exit(1);
}

if (0 === data.length) {
if (flags.verbose) {
console.log('No GitHub releases created because no git tags available to work with.');
}

process.exit(0);
}

if (flags.verbose) {
console.log(data);
}
Expand Down

0 comments on commit 4d8260b

Please sign in to comment.