Add note about auto-uploading the zipfile
This commit is contained in:
parent
3cca560b96
commit
e2b5f87984
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user