add 44-char dest hashes
This commit is contained in:
6
Makefile
6
Makefile
@ -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)"
|
||||
|
||||
|
Reference in New Issue
Block a user