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:
parent
1774570c5e
commit
095378a66b
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user