From c897ddb83ed91b14ef1adcd64b20c5adba5c125f Mon Sep 17 00:00:00 2001 From: dexter Date: Tue, 5 Jan 2016 07:54:59 +0800 Subject: [PATCH] added gh-release to makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c5c394a1..34f6958f 100644 --- a/Makefile +++ b/Makefile @@ -57,3 +57,5 @@ endif @echo "--> Publishing version ${VERSION}" @curl -s -X POST -u ${ACCESS_KEY} https://api.bintray.com/content/darkcrux/generic/${APP_NAME}/${VERSION}/publish @echo + @echo "Github Release" + @gh-release create AcalephStorage/consul-alerts ${VERSION} \ No newline at end of file