Git Naming Convention > Tag Naming

May:

Suggested Formats:

  • With prefix {vX.Y.Z}
  • Without prefix {X.Y.Z}

Example:

git tag -a 1.0.2 // or optionally v1.0.2

Contributors

cesar-izquierdo-tello