diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-03-15 14:43:06 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-03-15 14:43:06 +0100 |
commit | 553715b0aa281d8d22f35aef99b409e0ac39f7f6 (patch) | |
tree | f35cd0756b74fb9a28a93b714295fbefcf7c12dc /Makefile | |
parent | 4e0b58a016730ab9b3d817d3d4dcd4182d399f74 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 || \ |