Can you add an "annotated tag" to the repository @ every version?
git tag -a vX.Y.Z type of thang.
Note: The -a is important if a third party wants to include this repository as a submodule (and the versioning gives convenient commit hashes to attach to).
Can you add an "annotated tag" to the repository @ every version?
git tag -a vX.Y.Z
type of thang.Note: The -a is important if a third party wants to include this repository as a submodule (and the versioning gives convenient commit hashes to attach to).