summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index 40c637f..fffee96 100755
--- a/update
+++ b/update
@@ -55,7 +55,7 @@ do_releasetag()
{
(
cd "$1"
- version=`git tag | versort_with_prefix "$2" | tail -n 1`
+ version=`git tag | grep -v rc | versort_with_prefix "$2" | tail -n 1`
git checkout --detach refs/tags/"$version"
)
}