I have a project that is using git and have tagged all the releases with a tag.
$ git tag v1.0.0 v1.0.1 v1.0.2 v1.0.3 v1.1.0
My goal is to list
Use the --format argument to git log:
--format
git log
git log -1 --format=%ai MY_TAG_NAME