From cef930852ce9c736367d90ef35c36839f5fd4d4c Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 29 Jun 2019 00:36:00 +0100 Subject: [PATCH] HOWTO-RELEASE: Fix git tag command --- doc/HOWTO-RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index a5dd55f..616bea9 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -69,7 +69,7 @@ Release procedure - At this point we have a release candidate. Tag the current git HEAD with the new version number: - git tag -s $version -m "Release $version" + git tag -s v$version -m "Release $version" - Run ./Build dist