You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?The text was updated successfully, but these errors were encountered: