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 can use a custom git.gitTagToVersionNumber and manipulate the version but this is tricky if tags follow semver and are checked vs this regex https://regex101.com/r/gG8cK7/1
The text was updated successfully, but these errors were encountered:
I would like to omit the distance and sha from the version number and just use SNAPSHOT when distance exists.
This is possible with git
--abbrev=0
also nicely handles the case where the version tag might contain some prerelease suffixe.g.
I can use a custom
git.gitTagToVersionNumber
and manipulate the version but this is tricky if tags follow semver and are checked vs this regex https://regex101.com/r/gG8cK7/1The text was updated successfully, but these errors were encountered: