diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-05-08 10:41:22 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-05-08 10:41:22 +0200 |
commit | e13c1210b41efa98d1d2d30571e4df0e8ed2a0c1 (patch) | |
tree | da0bce81486e3ce4a142be4cf3c1b3dd9df9b753 /Misc | |
parent | 970a5d366d5c5300c86c4e19db7b7ec9d5d4c844 (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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |