HOWTO-RELEASE: Fix git tag command

This commit is contained in:
Adam Spiers 2019-06-29 00:36:00 +01:00
parent 8b2123847d
commit cef930852c

View file

@ -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