Files
sam3/Makefile

11 lines
200 B
Makefile
Raw Normal View History

2019-10-22 02:26:57 -04:00
USER_GH=eyedeekay
2019-12-07 17:31:04 -05:00
VERSION=0.32.1
2019-12-07 17:26:28 -05:00
echo:
@echo "type make version to do release $(VERSION)"
2019-10-22 02:26:57 -04:00
version:
gothub release -s $(GITHUB_TOKEN) -u $(USER_GH) -r sam3 -t v$(VERSION) -d "version $(VERSION)"