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
Hello, thanks a lot for this extremely useful library.
There are only 2 things I would really like to see as output, which are the git describe --tags and the git describe --tags --long commands.
An example output is
C:\MyRepo\> git describe --tags
v2.0.0-alpha
And in cases I add some commits to the previous branch I get an incremental counter for each commit and the short hash version, which is similar to the command
I think it is extremely useful because it is for most cases self-explainatory and safe because I don't think it can generate duplicates.
Is there a reason why they are not included already?
Or otherwise, how do I obtain the full tag name with the trailing strings like "-alpha" or "-RC1"?
Thanks
The text was updated successfully, but these errors were encountered:
sebastiano-pera-netventure
changed the title
Adding git describe --tags_ in properties and tag property
Adding _git describe --tags_ in properties and tag property
Dec 31, 2024
sebastiano-pera-netventure
changed the title
Adding _git describe --tags_ in properties and tag property
Adding git describe --tags [--long] in properties
Dec 31, 2024
Hello, thanks a lot for this extremely useful library.
There are only 2 things I would really like to see as output, which are the git describe --tags and the git describe --tags --long commands.
An example output is
And in cases I add some commits to the previous branch I get an incremental counter for each commit and the short hash version, which is similar to the command
I think it is extremely useful because it is for most cases self-explainatory and safe because I don't think it can generate duplicates.
Is there a reason why they are not included already?
Or otherwise, how do I obtain the full tag name with the trailing strings like "-alpha" or "-RC1"?
Thanks
The text was updated successfully, but these errors were encountered: