From aae8ffbb09f6bd9f30244609a5eda98b6ac96705 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 23 Dec 2010 19:29:24 +0100 Subject: [PATCH] put back the "v" in the tag names, as the current tags are borked and we can't reuse the name --- 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 9f72c727..c390eb2e 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-"$VER" + git tag -u D276946B -m"version $VER" xonotic-v"$VER" done # excluded repos because not included with releases: -- 2.39.2