Skip to content

Commit 2c40ffd

Browse files
committedFeb 14, 2019
fix(version): Log message when git repository validation is skipped
1 parent b9e887e commit 2c40ffd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎commands/version/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ class VersionCommand extends Command {
169169
// still exits zero, aka "ok"
170170
return false;
171171
}
172+
} else {
173+
this.logger.notice(
174+
"FYI",
175+
"git repository validation has been skipped, please ensure your version bumps are correct"
176+
);
172177
}
173178

174179
this.updates = collectUpdates(

0 commit comments

Comments
 (0)
Please sign in to comment.