From 50145a48d68193603c0b5737c8e3a1a895687a3c Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 23 Sep 2020 17:17:07 -0700 Subject: [PATCH] Migrate docs edits out of update_vresion.sh --- update_version.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/update_version.sh b/update_version.sh index 60a95014635..6153638d72f 100755 --- a/update_version.sh +++ b/update_version.sh @@ -69,11 +69,6 @@ sed -i "s@$(echo "${OLD_VERSION}" | sed 's/\./\\./g')@$NEW_VERSION@g" molecule/b OLD_RELEASE=$(cat molecule/shared/stable.ver) if [[ ! $NEW_VERSION == *~rc* ]]; then echo "${NEW_VERSION}" > molecule/shared/stable.ver - sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/set_up_admin_tails.rst - sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/conf.py - # Upgrade docs to Ubuntu 16.04 reference current stable version explicitly. - # Where we're talking about the 0.12 _series_ (the first to support Xenial), - # the phrase "0.12 series" is used, so this regex is safe to run. fi # Update the changelog