소스 검색

doc/RELEASING.md: Update command line for tagging

Holger Weiss 9 년 전
부모
커밋
8239a91096
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/RELEASING.md

+ 1 - 1
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
 -------------------------------