summaryrefslogtreecommitdiffstats
path: root/build-release
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-05-02 15:16:46 -0700
committerKevin McCarthy <kevin@8t8.us>2020-05-02 15:16:46 -0700
commit020321ede15bd74bedb25b6f7f91e00cb2d1b3a6 (patch)
tree1fcaf7b1ea33c52090e328590d795cadee2af28c /build-release
parent3c575cab3f168b083645c0b8075b03039713075e (diff)
automatic post-release commit for mutt-1.14.0mutt-1-14-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 f8e71be2..27a6c520 100755
--- a/build-release
+++ b/build-release
@@ -57,20 +57,20 @@ automake --add-missing --copy --force-missing
touch configure.ac
make config.status
./config.status
-make update-doc
make update-changelog
(cd po && make update-po)
# build them
-make dist
-
# commit and tag the release
hg commit -m "automatic post-release commit for mutt-${VERSION}"
#make commit-changelog
hg tag ${TAG}
+make update-doc
+make dist
+
# build the diff between the two releases
if test "$diff" = yes