From e13c1210b41efa98d1d2d30571e4df0e8ed2a0c1 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 8 May 2015 10:41:22 +0200 Subject: build: Explicitly mention last release in announcement message In the list of major changes since the last release, explicitly mention which version the last release refers to. Signed-off-by: Tobias Klauser --- Misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc b/Misc index cd252f0..99bf87c 100644 --- a/Misc +++ b/Misc @@ -29,7 +29,7 @@ announcement: $(Q)echo -e " http://github.com/netsniff-ng/netsniff-ng/archive/v$(VERSION_SHORT).tar.gz\n" >> .MAIL_MSG $(Q)echo -e "The release can be verified via Git (see README):\n" >> .MAIL_MSG $(Q)echo -e " git tag -v v$(VERSION_SHORT)\n" >> .MAIL_MSG - $(Q)echo -e "Major high-level changes since the last release are:\n" >> .MAIL_MSG + $(Q)echo -e "Major high-level changes since the last release ($(shell $(GIT_LAST_TAG))) are:\n" >> .MAIL_MSG $(Q)echo -e " *** BLURB HERE (specific bits) ***\n" >> .MAIL_MSG $(Q)echo -e "Contributions since last release:\n" >> .MAIL_MSG $(GIT_PEOPLE) >> .MAIL_MSG -- cgit v1.2.3-54-g00ecf