Skip to content

Commit

Permalink
Fix update_version.sh
Browse files Browse the repository at this point in the history
update_version.sh was attempting to bump strings in files that no longer exist.

(cherry picked from commit 267c3be)
  • Loading branch information
emkll committed Jul 10, 2019
1 parent 1057c24 commit 8b2119f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ if [[ ! $NEW_VERSION == *~rc* ]]; then
# 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.
sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/upgrade/xenial_upgrade_in_place.rst
sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/upgrade/xenial_prep.rst
sed -i "s@$(echo "${OLD_RELEASE}" | sed 's/\./\\./g')@$NEW_VERSION@g" docs/upgrade/xenial_backup_install_restore.rst
fi

# Update the changelog
Expand Down

0 comments on commit 8b2119f

Please sign in to comment.