add 44-char dest hashes

This commit is contained in:
idk
2019-12-07 17:26:28 -05:00
parent a12f9ba498
commit 6406efd277
3 changed files with 16 additions and 4 deletions

View File

@ -1,8 +1,10 @@
USER_GH=eyedeekay
VERSION=0.0.2
VERSION=0.32.01
echo:
@echo "type make version to do release $(VERSION)"
version:
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r sam3 -t v$(VERSION) 2> /dev/null; true
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r sam3 -t v$(VERSION) -d "version $(VERSION)"