You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rbvermaa: Please use annotated tags (git tag -a [...]). Lightweight tags are not meant for releases / public consumption. They don't convey information about who created the tag or when. And they don't work with plain git describe. (Also, lightweight tags cannot be cryptographically signed.) Adding the -a only takes two keystrokes. :-)
1 commit comments
bjornfor commentedon Feb 16, 2017
@rbvermaa: Please use annotated tags (
git tag -a [...]
). Lightweight tags are not meant for releases / public consumption. They don't convey information about who created the tag or when. And they don't work with plaingit describe
. (Also, lightweight tags cannot be cryptographically signed.) Adding the -a only takes two keystrokes. :-)https://git-scm.com/docs/git-tag