diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/RELEASING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/RELEASING.md b/doc/RELEASING.md index dd557448..1f9db078 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 ------------------------------- |