From 7c14725e547aeed668318cdc3f3604143ebb2167 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 3 Dec 2015 14:28:32 +0100 Subject: add 'v' in release tag --- rtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtool.py b/rtool.py index d66b2636..8a38f870 100644 --- a/rtool.py +++ b/rtool.py @@ -314,7 +314,7 @@ def wizard(ctx, version, username, password, repository): ctx.invoke( git, args=["commit", "-a", "-m", "bump version"] ) - ctx.invoke(git, args=["tag", version]) + ctx.invoke(git, args=["tag", "v" + version]) ctx.invoke(git, args=["push"]) ctx.invoke(git, args=["push", "--tags"]) -- cgit v1.2.3