git tag -l 'v1.*'

Category: Git - Core

git tag -l 'v1.*'

List tags matching a name pattern

Shows tags whose names match the glob, here every tag starting with v1. Add --sort=-creatordate to order them newest first. It is the quick way to enumerate release lines.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.