瀏覽代碼

Merge topic 'doc-git-describe'

e05b200be2 Help/dev: Update CMake Review Process document to suggest 'git describe'

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5149
Brad King 5 年之前
父節點
當前提交
692d259f9e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Help/dev/review.rst

+ 1 - 0
Help/dev/review.rst

@@ -264,6 +264,7 @@ fixed, it is preferable to link to the issue instead.
 
 If relevant, add the first release tag of CMake containing the commit after
 the ``<date>``, i.e., ``commit <shorthash> (<subject>, <date>, <tag>)``.
+Or, use the output of ``git describe --contains <commit>`` as the ``<tag>``.
 
 Alternatively, the full commit ``<hash>`` may be used.