Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Version Naming

Nick edited this page Jul 25, 2018 · 2 revisions

Release Naming Patterns

Branch Naming

The branch naming pattern is $product_$v.$m.x (e.g cast_1.2.x) where:

  • $product = cast (could potentially be bb or csm)
  • $v = version level
  • $m = modification level
  • x = literal character

Tag Naming

The tag naming pattern is $product_$v.$m.$e_$detail (e.g cast 1.2.0_br) where:

  • $product = cast (could potentially be bb or csm)
  • $v = version
  • $m = modification level
  • $e = efix level
  • $detail = extra description of tag (e.g ga)
    • ga = gold build
    • br = point of branch
Clone this wiki locally