Show the number of additional commits
The image in the README.md shows this information, however in reality its not there. This would be very useful!
Hi @luxferresum, what do you mean by number of additional commits?
@locks I mean the number of commits since the last tag. Which is part of git describe:
The command finds the most recent tag that is reachable from a commit. If the tag points to the commit, then only the tag is shown. Otherwise, it suffixes the tag name with the number of additional commits on top of the tagged object and the abbreviated object name of the most recent commit.
The image in the README shows the version 1.5.0-5-ga34c8bf. Here the 5 is the number of additional commits. However a recent version of this addon seems to print 1.5.0+ga34c8bf.
I'm not sure if this is a regression or expected. However the information would be very useful!