HOWTO-RELEASE: Fix git tag command
This commit is contained in:
parent
8b2123847d
commit
cef930852c
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Release procedure
|
||||||
- At this point we have a release candidate. Tag the current git HEAD
|
- At this point we have a release candidate. Tag the current git HEAD
|
||||||
with the new version number:
|
with the new version number:
|
||||||
|
|
||||||
git tag -s $version -m "Release $version"
|
git tag -s v$version -m "Release $version"
|
||||||
|
|
||||||
- Run ./Build dist
|
- Run ./Build dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue