From 2f4f8cda836e9d1a34e13e8c3e0683d75fcd9ad4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 21 Aug 2013 09:48:21 +0200 Subject: build: minor: Mention proper versioned tag in release announcement The tags created by the 'release' target have a 'v' prefix, so add it to the verification command mentioned in the generated release message. Signed-off-by: Tobias Klauser --- Misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Misc') diff --git a/Misc b/Misc index ea56d1a..783dae5 100644 --- a/Misc +++ b/Misc @@ -26,7 +26,7 @@ announcement: $(Q)echo -e "Or via HTTP:\n" >> .MAIL_MSG $(Q)echo -e " wget http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-$(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 $(VERSION_SHORT)\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 " *** BLURB HERE (specific bits) ***\n" >> .MAIL_MSG $(Q)echo -e "Contributions since last release:\n" >> .MAIL_MSG -- cgit v1.2.3-54-g00ecf