Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement git tag filter #23

Open
jkroepke opened this issue Apr 21, 2024 · 0 comments
Open

Implement git tag filter #23

jkroepke opened this issue Apr 21, 2024 · 0 comments

Comments

@jkroepke
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant