tc-hib / go-winres

Command line tool for adding Windows resources to executable files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement git tag filter

jkroepke opened this issue · comments

I have a git repository which contains 2 applications and git tag produces this:

helm-chart/0.1.0
helm-chart/0.1.1
syntax/v0.1.0
v1.0.0

and git describe --tags outputs this: helm-chart/0.1.1-28-gdeef00fd5 which is not indented.

However, if go-winres would implement a git-tag filter, like git describe --tags --match 'v*', the correct tag would be returned: v1.0.0-40-gdeef00fd5