1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Fix make release output.

This commit is contained in:
Simon Josefsson 2013-04-19 15:43:12 +02:00
parent d2e0bb4b76
commit 91fa3b2d3b

View File

@ -150,5 +150,5 @@ release: dist
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
git tag -u $(KEYID) -m $(VERSION) $(PACKAGE)-$(VERSION)
echo "Release created and tagged, remember to git push && git push --tags"
@echo "Release created and tagged, remember to git push && git push --tags"
$(YUBICO_GITHUB_REPO)/publish $(PROJECT) $(VERSION) $(PACKAGE)-$(VERSION).tgz*