Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7b27889b3b | ||
![]() |
a8b0285358 |
4
Makefile
4
Makefile
@@ -1,5 +1,5 @@
|
||||
|
||||
VERSION=0.2.6
|
||||
VERSION=0.2.7
|
||||
APP=reseed-tools
|
||||
USER_GH=eyedeekay
|
||||
CGO_ENABLED=0
|
||||
@@ -182,7 +182,7 @@ jar: gojava
|
||||
release: version upload checkinstall upload-single-deb plugins upload-su3s upload-bin
|
||||
|
||||
version:
|
||||
cat README.md | gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -
|
||||
cat README.md | gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION) -d -; true
|
||||
|
||||
delete-version:
|
||||
gothub delete -s $(GITHUB_TOKEN) -u $(USER_GH) -r $(APP) -t v$(VERSION)
|
||||
|
Reference in New Issue
Block a user