Feature #223
Von Maximilian Seesslen vor mehr als 2 Jahren aktualisiert
(regex: 'v[0-9]+\.[0-9]+\.[0-9]+') This should work buzt does not:
git describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*'
'v[0-9]+\.[0-9]+\.[0-9]+'
git describe --tags --match 'v[0-9]*.[0-9]*.[0-9]*'
'v[0-9]+\.[0-9]+\.[0-9]+'