fixes to gpg key and twt proofs

This commit is contained in:
Jon Lundy
2020-12-02 09:24:07 -07:00
parent b294d4fdc8
commit 05df6253db
3 changed files with 10 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ version:
@echo $(VERSION)
tag:
git tag -a v$(VERSION) -m "Version: $(VERSION)"
git push --tag
git push --follow-tags
release:
@make tag BUMP=patch
run: