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

ange how we name the tag to be consistent with old tags

This commit is contained in:
Klas Lindfors 2012-05-09 10:07:41 +02:00
parent 1774570c5e
commit 095378a66b

View File

@ -80,7 +80,7 @@ release: dist
gpg --detach-sign --default-key $(KEYID) $(PACKAGE)-$(VERSION).tgz
gpg --verify $(PACKAGE)-$(VERSION).tgz.sig
git push
git tag -u $(KEYID)! -m $(VERSION) v$(VERSION)
git tag -u $(KEYID)! -m $(VERSION) yubikey-val-$(VERSION)
git push --tags
googlecode_upload.py -s "OpenPGP signature for $(PACKAGE) $(VERSION)." \
-p $(PROJECT) -u $(USER) $(PACKAGE)-$(VERSION).tgz.sig