This page details the standard procedure for version number controlling with regards to the development of TM Forum assets within our member Collaboration projects:
Version Numbering Scheme
- Basic Structure:
- Use a major.minor.patch format (e.g., 1.0.0).
- Major: Incremented for significant changes or overhauls.
- Minor: Incremented for smaller updates or new features.
- Patch: Incremented for minor changes, corrections, or typos.
- Use a major.minor.patch format (e.g., 1.0.0).
Guidelines for Version Incrementation
Major Version Incrementation:
- Increase the major version number when:
- Significant structural changes are made.
- New chapters or sections are added.
- The document’s purpose or audience significantly changes.
- Example: 1.0 to 2.0
- Increase the major version number when:
Minor Version Incrementation:
- Increase the minor version number when:
- New subsections or appendices are added.
- Existing content is expanded or significantly revised.
- Updates are made that add value but don’t overhaul the document.
- Example: 1.0 to 1.1
- Increase the minor version number when:
Patch Version Incrementation:
- Increase the patch version number when:
- Minor edits or corrections are made (e.g., typos, grammar fixes).
- Formatting changes that do not alter the content are made.
- Small clarifications or footnotes are added.
- Example: 1.0 to 1.0.1
- Increase the patch version number when: