summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-06-29 00:36:00 +0100
committerAdam Spiers <stow@adamspiers.org>2019-06-29 00:36:00 +0100
commitcef930852ce9c736367d90ef35c36839f5fd4d4c (patch)
treef73add254aa193c03c7a5b68214cd86c2267ef99
parent8b2123847df7e48ed65d5f54283b2506b789da4c (diff)
downloadstow-cef930852ce9c736367d90ef35c36839f5fd4d4c.tar.gz
HOWTO-RELEASE: Fix git tag command
-rw-r--r--doc/HOWTO-RELEASE2
1 files changed, 1 insertions, 1 deletions
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