summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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-------------------------------