From e2b5f87984f71ea90b1b81789a5c6aa59a89cd30 Mon Sep 17 00:00:00 2001 From: Colin Jones Date: Wed, 28 Sep 2011 14:00:38 -0500 Subject: [PATCH] Add note about auto-uploading the zipfile --- script/deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/deploy.sh b/script/deploy.sh index 04c02b2..951effc 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -12,3 +12,8 @@ echo "Don't forget to upload the zipfile" echo " to https://github.com/functional-koans/clojure-koans/downloads" echo `ls -t releases/clojure-koans-*.zip | head -n1` echo + +# TODO: use http://developer.github.com/v3/repos/downloads/ +# to do the upload automatically +# GET example: +# curl https://api.github.com/repos/functional-koans/clojure-koans/downloads