diff options
Diffstat (limited to '')
-rwxr-xr-x | release-update.sh | 4 |
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 | |||
76 | cp bzip2/CHANGES bzip2/bzip.css bzip2-htdocs/ | 76 | cp bzip2/CHANGES bzip2/bzip.css bzip2-htdocs/ |
77 | cp bzip2/bzip.css bzip2/bzip2.txt bzip2/manual.{html,pdf} bzip2-htdocs/manual/ | 77 | cp bzip2/bzip.css bzip2/bzip2.txt bzip2/manual.{html,pdf} bzip2-htdocs/manual/ |
78 | cd bzip2-htdocs | 78 | cd bzip2-htdocs |
79 | |||
80 | # Update version in html pages. | ||
81 | 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 | ||
82 | |||
79 | git commit -a -m "Update for bzip2 $VERSION release" | 83 | git commit -a -m "Update for bzip2 $VERSION release" |
80 | git show | 84 | git show |
81 | git push | 85 | git push |