Module: monitoring-plugins Branch: master Commit: 8239a9109666b05c53d5060ba6085c78b17bcd0a Author: Holger Weiss <hol...@zedat.fu-berlin.de> Date: Tue Nov 29 09:40:32 2016 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=8239a91
doc/RELEASING.md: Update command line for tagging --- doc/RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/RELEASING.md b/doc/RELEASING.md index dd55744..1f9db07 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md @@ -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 -------------------------------