This commit is contained in:
Dessalines 2021-08-25 13:34:24 -04:00
parent bb77e3e557
commit ddffdd49d7

View file

@ -2,7 +2,6 @@
#git checkout main
# Creating the new tag
old_tag=$(cat "ansible/VERSION")
new_tag="$1"
third_semver=$(echo $new_tag | cut -d "." -f 3)
@ -22,6 +21,7 @@ fi
# Update crate versions for crates.io
pushd ../../
old_tag=$(cat "ansible/VERSION")
for crate in crates/*; do
pushd $crate
# update version of the crate itself (only first occurence)