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

Git Tag is always null #75

Open
brian7704 opened this issue Mar 28, 2024 · 2 comments
Open

Git Tag is always null #75

brian7704 opened this issue Mar 28, 2024 · 2 comments

Comments

@brian7704
Copy link

I'm running into an issue where the git tag is always null, even when the most recent commit is tagged. All of the other git properties populate as they should, and when I run git describe in my repo I see the tag as expected. Is there a particular way I'm supposed to create the tag so ts-appversion can find it?

@brian7704
Copy link
Author

I figured out my problem. I needed to prepend a v to my version number since that's git-describe's default regex. Any chance you could expose git-describe's match option as an argument?

@gitmiro
Copy link

gitmiro commented May 22, 2024

I've created a pr for this #76

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

2 participants