From 4d9957ccf5764ec88b02052c450c7a299a91b34c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 24 May 2013 13:27:37 -0700 Subject: [PATCH] Create a version file --- bin/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/release.sh b/bin/release.sh index 8221209..dd45684 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -29,8 +29,7 @@ fi cp ../README.md _includes/README.md apigen --quiet --source ../src --destination doc/$TAG -rm doc/latest -ln -s $TAG doc/latest +echo $TAG > _includes/version git add doc/ git commit -m "Updated for $TAG"