diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-01-18 19:23:31 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-01-18 19:23:31 +0000 |
commit | e60c825414ba41f52ba5866930384dcd200c7da9 (patch) | |
tree | 2d35e05a216e7047e371a6fd8210ac780412ee51 | |
parent | 95ca18627fc4a32a6ae800483ccf65e290031877 (diff) | |
download | gitlab-ce-e60c825414ba41f52ba5866930384dcd200c7da9.tar.gz |
Edit table to be more explicit about when the releases are
-rw-r--r-- | doc/policy/maintenance.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/policy/maintenance.md b/doc/policy/maintenance.md index 9ebd61cc6f5..601b6093110 100644 --- a/doc/policy/maintenance.md +++ b/doc/policy/maintenance.md @@ -11,13 +11,13 @@ For example, for GitLab version 10.5.7: - `5` represents minor version. - `7` represents patch number. -The following table describes the versions and their release cadence: +The following table describes the version types and their release cadence: -| Version type | Cadence | Description | +| Version type | Description | Cadence | |:-------------|:----------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Major | Yearly | For significant changes, or when any backward-incompatible changes are introduced to the public API. | -| Minor | Monthly | For when new backward-compatible functionality is introduced to the public API, a minor feature is introduced, or when a set of smaller features is rolled out. | -| Patch | As needed | For backward-compatible bug fixes that fix incorrect behavior. See [Patch releases](#patch-releases). | +| Major | For significant changes, or when any backward-incompatible changes are introduced to the public API. | Yearly. The next major release is GitLab 12.0 on May 22, 2019. As of June 2020, major releases will occur each year on June 22. | | +| Minor | For when new backward-compatible functionality is introduced to the public API, a minor feature is introduced, or when a set of smaller features is rolled out. | Monthly on the 22nd. | +| Patch | For backward-compatible bug fixes that fix incorrect behavior. See [Patch releases](#patch-releases). | As needed. | ## Patch releases |