Develop Version Numbering for an Application

前端 未结 4 1771
攒了一身酷
攒了一身酷 2021-02-04 13:07

Firstly, I think this forum is not appropriate for my question, so if it is in wrong place, kindly forgive and place wherever appropriate. I didn\'t find proper forum for my que

4条回答
  •  死守一世寂寞
    2021-02-04 13:12

    In BuildMaster, we consider the #.#.#.# release number format to represent:

    [major version].[minor version].[maintenance version].[build number]
    

    Since mostly I would be regurgitating information from our blog, I'll just give you a link to the article written by a colleague of mine: http://blog.inedo.com/2011/03/15/release-numbering-best-practices/

    When it comes to updating your release numbers, I would just leave the local development version at 0.0.0.0 and let your automated build process worry about the numbering.

提交回复
热议问题