git tag -a v1.0.0 -m 'Release 1.0.0'

Category: Git - Core

git tag -a v1.0.0 -m 'Release 1.0.0'

Create an annotated tag with a message

Creates an annotated tag with a message — stored as a full Git object. Better for releases than lightweight tags.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.