mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +00:00
again.
This commit is contained in:
parent
bb77e3e557
commit
ddffdd49d7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
#git checkout main
|
#git checkout main
|
||||||
|
|
||||||
# Creating the new tag
|
# Creating the new tag
|
||||||
old_tag=$(cat "ansible/VERSION")
|
|
||||||
new_tag="$1"
|
new_tag="$1"
|
||||||
third_semver=$(echo $new_tag | cut -d "." -f 3)
|
third_semver=$(echo $new_tag | cut -d "." -f 3)
|
||||||
|
|
||||||
|
@ -22,6 +21,7 @@ fi
|
||||||
|
|
||||||
# Update crate versions for crates.io
|
# Update crate versions for crates.io
|
||||||
pushd ../../
|
pushd ../../
|
||||||
|
old_tag=$(cat "ansible/VERSION")
|
||||||
for crate in crates/*; do
|
for crate in crates/*; do
|
||||||
pushd $crate
|
pushd $crate
|
||||||
# update version of the crate itself (only first occurence)
|
# update version of the crate itself (only first occurence)
|
||||||
|
|
Loading…
Reference in a new issue