Any version numbering scheme should be developed to fit your change management process. An initial version of a project will be Version 1. Changes after that are tracked using our numbering system below. A change will increment either the major or minor revision number (very loosely and very purposefully defined as 'depending on the impact of that change') as follows;
- A Version Number is incremented when a project is wholly changed or rebuilt.
- A major change to a version will increment the Major Revision Number.
- A minor change to a version will increment the Minor Revision Number.
- A Patch can be applied if a change to an existing version is required (rather than a rebuild and increment). Additional patches increment the Patch Number.
Any specific release can be recreated by starting with that version's code sequentially applying all patches.
*Note, In my environment I don't need release things to users before they are production ready. If you you wish to denote that something being released to customers is in a pre-production state, I would call that a version 0, use the numbering scheme above for changes to that product and attach a greek alphabet prefix (Alpha, Beta, etc) to each release version in this pre production state.
See Also:
No comments:
Post a Comment