Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 276 Bytes

tag-naming.md

File metadata and controls

14 lines (11 loc) · 276 Bytes

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