Update bump_version
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
parent
5ef81ab41e
commit
fc8efaeab4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ old_version="$(
|
||||||
grep "version:" ${build_file} \
|
grep "version:" ${build_file} \
|
||||||
| sed -E 's/version: "([0-9\.]+[-a-z0-9]*)"/\1/'
|
| sed -E 's/version: "([0-9\.]+[-a-z0-9]*)"/\1/'
|
||||||
)"
|
)"
|
||||||
echo $old_version
|
echo "Old version in ${build_file}: $old_version`"
|
||||||
|
|
||||||
# Set the build.yaml version to the specified new_version
|
# Set the build.yaml version to the specified new_version
|
||||||
old_version_sed="$( sed 's/\./\\./g' <<<"${old_version}" )" # Escape the '.' chars
|
old_version_sed="$( sed 's/\./\\./g' <<<"${old_version}" )" # Escape the '.' chars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue