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