www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b62e1cf3149a88f0af113ef959e977b425bb218b
parent 5991a6078b3d576774ecef47296673305bcdcfdc
Author: Emily Eisenberg <xymostech@gmail.com>
Date:   Fri, 15 Apr 2016 18:30:31 -0700

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

Test Plan:
 - Cross fingers!

Auditors: kevinb

Diffstat:
Mrelease.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh @@ -66,5 +66,5 @@ fi echo "The automatic parts are done!" 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!"