Updated release script

This commit is contained in:
Gregory Oschwald 2013-05-24 12:58:17 -07:00
parent bfb8de7ffa
commit c4867ef7c7

View File

@ -29,6 +29,8 @@ fi
cp ../README.md _includes/README.md
apigen --quiet --source ../src --destination doc/$TAG
rm doc/latest
ln -s $TAG doc/latest
git add doc/
git commit -m "Updated for $TAG"