Merge topic 'doc-git-describe'

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

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5149
This commit is contained in:
Brad King
2020-08-20 11:57:14 +00:00
committed by Kitware Robot

View File

@@ -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.