https://www.kernel.org/pub/software/scm/git/docs/git-tag.html
git-tag manual suggests that only annotated tags should be used to mark releases. Therefore, an option to ignore unannotated tags must be added, so they may be used freely, not intervening into versioning process.
https://www.kernel.org/pub/software/scm/git/docs/git-tag.html
git-tag manual suggests that only annotated tags should be used to mark releases. Therefore, an option to ignore unannotated tags must be added, so they may be used freely, not intervening into versioning process.