Skip to content

Commit

Permalink
Migrate docs edits out of update_vresion.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Sep 24, 2020
1 parent 0989a0d commit 50145a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50145a4

Please sign in to comment.