aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-07-11 02:40:18 +0200
committerMark Wielaard <mark@klomp.org>2019-07-11 02:40:18 +0200
commit04e979201daffd511826ed1c196c9f5fe7d14a89 (patch)
tree2c1f1d6a1eebe865ff6fc9bdaeafda89ec49f20e
parentb07b105d1b66e32760095e3602261738443b9e13 (diff)
downloadbzip2-04e979201daffd511826ed1c196c9f5fe7d14a89.tar.gz
release-update.sh should update version number in website pages too.
-rwxr-xr-xrelease-update.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/release-update.sh b/release-update.sh
index d641ca6..d860f67 100755
--- a/release-update.sh
+++ b/release-update.sh
@@ -76,6 +76,10 @@ git clone ssh://sourceware.org/git/bzip2-htdocs.git
cp bzip2/CHANGES bzip2/bzip.css bzip2-htdocs/
cp bzip2/bzip.css bzip2/bzip2.txt bzip2/manual.{html,pdf} bzip2-htdocs/manual/
cd bzip2-htdocs
+
+# Update version in html pages.
+sed -i -e "s/The current stable version is bzip2 [0-9]\.[0-9]\.[0-9]\+/The current stable version is bzip2 ${VERSION}/" *.html */*.html
+
git commit -a -m "Update for bzip2 $VERSION release"
git show
git push