Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
wip build release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgermade committed Mar 27, 2017
1 parent 0114218 commit 20b1493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: install

github.release: export RELEASE_URL=$(shell curl -s -X POST -H "Content-Type: application/json" -H "Authorization: Bearer ${GITHUB_TOKEN}" \
-d '{"tag_name": "v$(shell npm view http-rest version)", "target_commitish": "$(git_branch)", "name": "v$(shell npm view http-rest version)", "body": "", "draft": false, "prerelease": false}' \
-w '%{url_effective}' "https://api.github.com/repos/kiltjs/http/releases" )
-w '%{url_effective}' "https://api.github.com/repos/kiltjs/http-rest/releases" )
github.release:
@echo ${RELEASE_URL}
@true
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-rest",
"version": "0.1.71",
"version": "0.1.72",
"description": "http jstool example",
"main": "http-node.js",
"scripts": {
Expand Down

0 comments on commit 20b1493

Please sign in to comment.