Which command correctly creates a lightweight tag?
git tag -l v3.8.1
git tag v3.8.1
git tag v3.8.1 —-annotate -m "<tagMessage>"
git tag --light "v3.8.1"