diff --git a/scripts/release.sh b/scripts/release.sh index 74f3c0b95..1cf7b168a 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -10,7 +10,7 @@ third_semver=$(echo $new_tag | cut -d "." -f 3) CWD="$(cd -P -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd -P)" cd $CWD/../ -# The ansible and docker installs should only update for non release-candidates +# The docker installs should only update for non release-candidates # IE, when the third semver is a number, not '2-rc' if [ ! -z "${third_semver##*[!0-9]*}" ]; then pushd docker @@ -20,14 +20,6 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then git add docker-compose.yml git add federation/docker-compose.yml popd - - # Setting the version for Ansible - pushd ../lemmy-ansible - echo $new_tag > "VERSION" - git add "VERSION" - git commit -m"Updating VERSION" - git push - popd fi # Update crate versions