Skip to content
Snippets Groups Projects
Commit 64b36db9 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix globbing expression for matching tags in git-describe.

parent 10f53f8e
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ if ($GenericTemplate) {
}
try {
$CommitName = & git describe --tags --long --match "[0-9].[0-9]"
$CommitName = & git describe --tags --long --match "[0-9]*.[0-9]*"
if (-Not $?) { throw }
$GitStatus = & git status --porcelain
if (-Not $?) { throw }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment