Feature #223
Von Maximilian Seesslen vor etwa 3 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]+'