mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 15:21:41 +01:00
Makefile: Fix "make release" to print the current release announcement.
This was accidentally hard-coded to always print the 0.1 NEWS blurb.
This commit is contained in:
parent
48cd091249
commit
ff13111cf3
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,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 "==============="
|
||||
|
|
Loading…
Reference in a new issue