mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-22 15:05:44 +00:00
Remove log message
- Message is using a variable that's not confirmed as set yet - Message is output by `version-lookup.sh` in normal operation anyway
This commit is contained in:
@@ -12,8 +12,6 @@ if [[ "${increment}" != 'patch' && "${increment}" != 'minor' && "${increment}" !
|
||||
input_errors='true'
|
||||
fi
|
||||
|
||||
echo "ℹ️ INCREMENTER: The current normal version is ${current_version}"
|
||||
|
||||
if [[ -z "${current_version:-}" ]] ; then
|
||||
echo "🛑 Environment variable 'current_version' is unset or empty" 1>&2
|
||||
input_errors='true'
|
||||
|
||||
Reference in New Issue
Block a user