Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »




Objective:

  1. Coding Standard and Rules
  2. Versioning
  3. Others - TBD

Coding Standard And Rules

TBD



Versioning

Item

Date

Comment

001-Git Branch

 

Reference Document

nvie_com_posts_a_successful_git_branching_model.pdf


Git/Bitbucket Versioning Rule


 1.NEO3x_UTS - Main Trunk,

 Version Format = x.y.z.nnn-Cdd

 x = Major, 1~99

 y = 0, reserved

 z = Minor, 1~99

 nnn = build counter, 1~999


 2.Branches - Dedicated to Projects

 Ex: VP8810_TS194

 Format = z.y.z.nnn-Cdd

 x = Major, 1~99

 y = NEO3x_UTS's Major

 z = Minor, 1~99

 nnn = build counter, 1~999


 3.Initial Version List


 3.01 NEO3x_UTS = V1.0.1.001-C01

  .02 VP8810_TS194 = V1.1.1.001-C01

  .03 VP6825_TS195 = same as TS194

  .03 VP3350_TS196 = same as TS194



  • No labels