From 1d294bd473aa78ee25ee5ec7747cbc30126d27df Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 24 May 2013 14:30:51 -0700 Subject: [PATCH] Hopefully a fix for uncommited files --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index 61e0405..2e8103e 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -32,7 +32,7 @@ apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destin echo $TAG > _includes/version git add doc/ -git commit -m "Updated for $TAG" +git commit -m "Updated for $TAG" -a read -e -p "Push to origin? " SHOULD_PUSH