Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyJ0nes committed Jan 2, 2019
1 parent 3b5500a commit d6f50c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ build_win:
tag_push_release:
$(call blue, " # Tagging Release ...")
git tag "v${RELEASE}"
git push origin master
hub release create \
-a releases/${RELEASE}/${APP_NAME}-linux-amd64 \
-a releases/${RELEASE}/${APP_NAME}-darwin-amd64 \
-a releases/${RELEASE}/${APP_NAME}-windows-amd64.exe \
-m "v${RELEASE} v${RELEASE}
-m "v${RELEASE}" v${RELEASE}


## test: run test suitde for application
Expand Down

0 comments on commit d6f50c6

Please sign in to comment.