X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=53a4a94bd9e8b83ddc1f54f919012dee051e5bb8;hp=e112072743960951f3896f7b2944e4a11951cc91;hb=4906f6b9aec7947d609fe9127898e6a94dafd874;hpb=00263dd1a9e08ab1fa947fa58d1c2ad62e8b9653 diff --git a/Makefile.local b/Makefile.local index e1120727..53a4a94b 100644 --- a/Makefile.local +++ b/Makefile.local @@ -79,11 +79,8 @@ release: verify-no-dirty-code mv $(TAR_FILE) $(SHA1_FILE) $(GPG_FILE) releases git tag -s -m "$(PACKAGE) $(VERSION) release" $(VERSION) git push origin $(VERSION) - @echo "Please send a release announcement as follows:" - @echo "" - $(MAKE) release-message $(MAKE) release-message > $(PACKAGE)-$(VERSION).announce - @echo "(This message is also available in $(PACKAGE)-$(VERSION).announce" + @echo "Please send a release announcement using $(PACKAGE)-$(VERSION).announce as a template." .PHONY: release-message release-message: @@ -105,7 +102,7 @@ release-message: @echo "" @echo "What's new in notmuch $(VERSION)" @echo "=========================" - @sed -ne '/^[Nn]otmuch 0.1/{n;n;b NEWS}; d; :NEWS /^===/q; {p;n;b NEWS}' < NEWS | head -n -2 + @sed -ne '/^[Nn]otmuch $(VERSION)/{n;n;b NEWS}; d; :NEWS /^===/q; {p;n;b NEWS}' < NEWS | head -n -2 @echo "" @echo "What is notmuch" @echo "==============="