diff options
author | Mark Wielaard <mark@klomp.org> | 2019-06-25 19:22:37 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-06-25 19:30:27 +0200 |
commit | f1e937776c5f331e24cc63a9d8e7ae9445a76761 (patch) | |
tree | d67b152eb7a70bc63146a1f0edba0e8126314669 /release-update.sh | |
parent | ff986850159a1ea0c75617ffa792d1bb2069856e (diff) | |
download | bzip2-f1e937776c5f331e24cc63a9d8e7ae9445a76761.tar.gz bzip2-f1e937776c5f331e24cc63a9d8e7ae9445a76761.tar.bz2 bzip2-f1e937776c5f331e24cc63a9d8e7ae9445a76761.zip |
Add prepare-release.sh script.
Script to run to prepare a new release.
It will update the release number and tell you to update the
CHANGES file and to double check everything looks before doing
the release commit and tagging.
Afterwards you probably want to run release-update.sh to upload
the release and update the website at https://sourceware.org/bzip2/
There are embedded version strings and dates in a couple of places.
To keep the script simple remove some that aren't absolutely necessary.
README now just points to CHANGES.
README.COMPILATION.PROBLEMS only mentions the version once at the top.
bzip2.c only mentions the version once when doing --version.
manual.xml now doesn't have any embedded versions, just uses &bz-version;
everywhere.
Diffstat (limited to 'release-update.sh')
-rwxr-xr-x | release-update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-update.sh b/release-update.sh index 2ad32ce..d641ca6 100755 --- a/release-update.sh +++ b/release-update.sh | |||
@@ -24,6 +24,7 @@ echo "Requires a sourceware account in the bzip2 group." | |||
24 | echo | 24 | echo |
25 | echo "Make sure the git repo was tagged, signed and pushed" | 25 | echo "Make sure the git repo was tagged, signed and pushed" |
26 | echo "If not, please double check the source tree is release ready first" | 26 | echo "If not, please double check the source tree is release ready first" |
27 | echo "You probably want to run ./prepare-release.sh $VERSION first." | ||
27 | echo "Then do:" | 28 | echo "Then do:" |
28 | echo | 29 | echo |
29 | echo " git tag -s -m \"bzip2 $VERSION release\" bzip2-$VERSION" | 30 | echo " git tag -s -m \"bzip2 $VERSION release\" bzip2-$VERSION" |