From 395c43343bc5b2816c0364badd1f09afe93b3471 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 23 Dec 2010 14:04:28 +0100 Subject: [PATCH] do not use that extra "v", not needed --- misc/tools/tag-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/tag-release.sh b/misc/tools/tag-release.sh index c390eb2e..9f72c727 100755 --- a/misc/tools/tag-release.sh +++ b/misc/tools/tag-release.sh @@ -23,7 +23,7 @@ for r in \ /home/rpolzer/Games/Xonotic/fteqcc do cd "$r" - git tag -u D276946B -m"version $VER" xonotic-v"$VER" + git tag -u D276946B -m"version $VER" xonotic-"$VER" done # excluded repos because not included with releases: -- 2.39.2