Make the release script correctly link to the new release page.

Test Plan:
 - Cross fingers!

Auditors: kevinb
This commit is contained in:
Emily Eisenberg 2016-04-15 18:30:31 -07:00
parent 5991a6078b
commit b62e1cf314

View File

@ -66,5 +66,5 @@ fi
echo "The automatic parts are done!" echo "The automatic parts are done!"
echo "Now all that's left is to create the release on github." echo "Now all that's left is to create the release on github."
echo "Visit https://github.com/Khan/KaTeX/releases/tag/$VERSION to edit the release notes" echo "Visit https://github.com/Khan/KaTeX/releases/new?tag=v$VERSION to edit the release notes"
echo "Don't forget to upload build/katex.tar.gz and build/katex.zip to the release!" echo "Don't forget to upload build/katex.tar.gz and build/katex.zip to the release!"