summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-05-08 10:41:22 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-05-08 10:41:22 +0200
commite13c1210b41efa98d1d2d30571e4df0e8ed2a0c1 (patch)
treeda0bce81486e3ce4a142be4cf3c1b3dd9df9b753
parent970a5d366d5c5300c86c4e19db7b7ec9d5d4c844 (diff)
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 <tklauser@distanz.ch>
-rw-r--r--Misc2
1 files changed, 1 insertions, 1 deletions
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