From 553715b0aa281d8d22f35aef99b409e0ac39f7f6 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 15 Mar 2013 14:43:06 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75710275..87adcbb2 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 || \ -- 2.11.4.GIT