From 646718a8e95238408138ace6098a04b3b644c57c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 6 Nov 2015 12:06:10 +0100 Subject: build: misc: Mention the release name in the announcement Since we have such a nice naming scheme (who can guess it?), mention the release name in the release announcement. Signed-off-by: Tobias Klauser --- Misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc b/Misc index 99bf87c..39d2851 100644 --- a/Misc +++ b/Misc @@ -19,7 +19,7 @@ log: announcement: $(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG - $(Q)echo -e "netsniff-ng $(VERSION_SHORT) has been released to the public (http://netsniff-ng.org/).\n" >> .MAIL_MSG + $(Q)echo -e "netsniff-ng $(VERSION_SHORT) ($(NAME)) has been released to the public.\n" >> .MAIL_MSG $(Q)echo -e "It can be fetched via Git:\n" >> .MAIL_MSG $(Q)echo -e " git clone git://github.com/netsniff-ng/netsniff-ng.git" >> .MAIL_MSG $(Q)echo -e " git checkout v$(VERSION_SHORT)\n" >> .MAIL_MSG -- cgit v1.2.3-54-g00ecf