summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-15 14:43:06 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-15 14:43:06 +0100
commit553715b0aa281d8d22f35aef99b409e0ac39f7f6 (patch)
treef35cd0756b74fb9a28a93b714295fbefcf7c12dc /Makefile
parent4e0b58a016730ab9b3d817d3d4dcd4182d399f74 (diff)
build: minor: do announcement before tagging
Do the announcement before the tagging is done, since we read out the last tag in creating the shortlog. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7571027..87adcbb 100644
--- a/Makefile
+++ b/Makefile
@@ -278,7 +278,7 @@ announcement:
$(Q)echo -e "Git changelog since the last release:\n" >> .MAIL_MSG
$(GIT_LOG) >> .MAIL_MSG
-release: tag tarball announcement
+release: announcement tag tarball
$(Q)echo "Released $(bold)$(VERSION_STRING)$(normal)"
FIND_SOURCE_FILES = ( git ls-files '*.[hcS]' 2>/dev/null || \