summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-11-29 08:40:32 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-11-29 08:40:32 (GMT)
commit8239a9109666b05c53d5060ba6085c78b17bcd0a (patch)
treef02f347a185c521fea6d5f265d1852030fcb3d38
parent6ce3d650cb016155a4f1dd95ffe7bd7c744d5d89 (diff)
downloadmonitoring-plugins-8239a91.tar.gz
doc/RELEASING.md: Update command line for tagging
-rw-r--r--doc/RELEASING.md2
1 files changed, 1 insertions, 1 deletions
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
29Create annotated tag 29Create annotated tag
30-------------------- 30--------------------
31 31
32 git tag -a v2.3 -m v2.3 32 git tag -a -m 'Monitoring Plugins 2.3' v2.3
33 33
34Push the code and tag to GitHub 34Push the code and tag to GitHub
35------------------------------- 35-------------------------------