From 2c40ffd175d93f915feabfe88623e99e573d86e0 Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Thu, 14 Feb 2019 11:27:34 -0800 Subject: [PATCH] fix(version): Log message when git repository validation is skipped --- commands/version/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/version/index.js b/commands/version/index.js index 923d2c0745..6b6ab98d61 100644 --- a/commands/version/index.js +++ b/commands/version/index.js @@ -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(