Add note about auto-uploading the zipfile

This commit is contained in:
Colin Jones 2011-09-28 14:00:38 -05:00
parent 3cca560b96
commit e2b5f87984

View File

@ -12,3 +12,8 @@ echo "Don't forget to upload the zipfile"
echo " to https://github.com/functional-koans/clojure-koans/downloads" echo " to https://github.com/functional-koans/clojure-koans/downloads"
echo `ls -t releases/clojure-koans-*.zip | head -n1` echo `ls -t releases/clojure-koans-*.zip | head -n1`
echo 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