mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
make release: Don't print the release message on stdout.
It's just too long for copy/paste, so just let the user know the name of the file containing the message instead.
This commit is contained in:
parent
ff13111cf3
commit
4906f6b9ae
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue