Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid pulling tag contents into computed version name (#4621)
Doing a `git show` on a signed tag will output the full tag message, *even if* `--format` was specified asking for limited information. Avoid this by making sure to run on the commit pointed to by the tag, instead of the tag itself.
- Loading branch information