Merge pull request #759 from GabyCT/topic/fixspell

release: Fixing message information
This commit is contained in:
GabyCT 2019-10-15 15:58:26 -05:00 committed by GitHub
commit a97b09d5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ EOT
if (echo "${current_version}" | grep "alpha") && (echo "${new_version}" | grep -v "alpha");then
info "update move from alpha, check if new version is rc0"
if echo "$new_version" | grep -v "rc0"; then
die "bump should be from alph to rc0"
die "bump should be from alpha to rc0"
fi
info "OK"
fi