Branch and Version Number Standard

Branch and version number standard for XWOS

Version Number

Starting from V3.0.0, XWOS follows the Semantic Versioning specification:

  • Version format: MAJOR.MINOR.PATCH, with the following increment rules:
    • MAJOR version: when incompatible API changes are made, also known as a milestone version.
    • MINOR version: when backward-compatible functionality is added, also known as a stable version.
    • PATCH version: when backward-compatible bug fixes are made.

Branches

  • main branch: the main branch.
  • Version number branches: branches for stable versions and milestone versions.