release: Fixing message information

This replaces the alph to alpha on the message information.

Fixes #758

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2019-10-15 10:53:43 -05:00
parent 5d49a78131
commit aafd329f18

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