summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-12-17 10:37:21 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-12-17 10:37:21 +0000
commitc9442cff3252ef54e1dcfaa5f1c0ead5fe437b25 (patch)
tree40c9cdbeb595cef31052ae20cb272c4d3fe19111 /build-release
parentff230c1652a9abd55e71e0cdce4bea7ce085bb4c (diff)
automatic post-release commit for mutt-1.5.3mutt-1-5-3-rel
Diffstat (limited to 'build-release')
-rwxr-xr-xbuild-release6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-release b/build-release
index b1ff147a..0807e8c0 100755
--- a/build-release
+++ b/build-release
@@ -46,8 +46,7 @@ TAG="mutt-`echo $VERSION | tr . -`-rel"
echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > reldate.h
-rcs2log | cat - ChangeLog > ChangeLog.$$ && mv ChangeLog.$$ ChangeLog
-${VISUAL} ChangeLog
+make changelog
# now, prepare the distribution tar balls
@@ -57,7 +56,7 @@ touch configure.in
make config.status
./config.status
make update-doc
-make
+make changelog
# build them
@@ -69,6 +68,7 @@ mv mutt-${VERSION}.tar.gz mutt-${VERSION}i.tar.gz
# commit and tag the release
cvs commit -m "automatic post-release commit for mutt-${VERSION}"
+make changelog changelog-commit
cvs tag ${TAG}
# build the diff between the two releases