How to create annotated tag in git
Git69
description
In git, you can use -a to create annotation tags
command
git tag -a v1.3 -m "version 1.3"
parameter
tag : Create, list, delete or verify a tag object signed with GPG -a : Make an unsigned, annotated tag object