This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Versioning

    The Drupal WxT distribution is following semantic versioning.

    WxT typically makes a sprint release every four to six weeks. We will also use sprint releases to package new minor releases of Drupal Core with WxT as they become available.

    In addition, we will also increment the major version number of WxT about once every four to six months.

    Extensions

    Support for semantic versioning for extensions (modules, themes, etc) is still ongoing.

    The three parts of our versioning system are MAJOR.FEATURE.SPRINT.

    Given the following tag: 10.x-2.00:

    10Major version of Drupal Core
    x
    5Major version of WxT
    0Feature release of WxT. Also increments with minor core releases.
    0Sprint release between feature releases

    Note: Due to the constraints of drupal.org, there is no separator between the FEATURE and SPRINT digits.