Skip to content

Commit

Permalink
fix(version): Log message when git repository validation is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Feb 14, 2019
1 parent b9e887e commit 2c40ffd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/version/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ class VersionCommand extends Command {
// still exits zero, aka "ok"
return false;
}
} else {
this.logger.notice(
"FYI",
"git repository validation has been skipped, please ensure your version bumps are correct"
);
}

this.updates = collectUpdates(
Expand Down

0 comments on commit 2c40ffd

Please sign in to comment.