When I have git.useGitDescribe set to true I noticed the following: 1. I tag HEAD to 'v0.8.0' and 'sbt version' returns '0.8.0' 2. I commit something and 'sbt version' returns something like 'v0.8.0-1-gbeea47d' Shouldn't this be '0.8.0-1-gbeea47d'?
When I have git.useGitDescribe set to true I noticed the following:
Shouldn't this be '0.8.0-1-gbeea47d'?