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