We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a466aa6 commit a7a08c4Copy full SHA for a7a08c4
Makefile
@@ -19,7 +19,7 @@ unit-test:
19
go test
20
21
deploy:
22
- $(eval VERSION = v$(shell cat VERSION).$(TRAVIS_BUILD_NUMBER)-$(shell git log --format=%h -1))
+ $(eval VERSION = v$(shell cat VERSION).$(TRAVIS_BUILD_NUMBER))
23
@echo curl -d '{ "tag_name": "$(VERSION)", "target_commitish": "$(TRAVIS_COMMIT)", "name": "$(VERSION)", "body": "Automatic Release of $(VERSION)", "draft": false, "prerelease": false }' "https://api.github.com/repos/$(SLUG)/releases"
24
@curl -f -H "Authorization: Bearer $(GHK)" -d '{ "tag_name": "$(VERSION)", "target_commitish": "$(TRAVIS_COMMIT)", "name": "$(VERSION)", "body": "Automatic Release of $(VERSION)", "draft": false, "prerelease": false }' "https://api.github.com/repos/$(SLUG)/releases"
25
0 commit comments