doc/RELEASING.md: Update command line for tagging

This commit is contained in:
Holger Weiss 2016-11-29 09:40:32 +01:00
parent 6ce3d650cb
commit 8239a91096

View file

@ -29,7 +29,7 @@ Prepare and commit files
Create annotated tag
--------------------
git tag -a v2.3 -m v2.3
git tag -a -m 'Monitoring Plugins 2.3' v2.3
Push the code and tag to GitHub
-------------------------------