Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-01-19 06:01:47 +0300
committerMike Lewis <mlewis@gitlab.com>2019-01-19 06:01:47 +0300
commit856c2f2ff3270ae2be6f25f9a535916ebcd92a10 (patch)
treebea4d94759abeee9fcb1db7bb88f3cb599e9b2a4 /doc/policy
parente60c825414ba41f52ba5866930384dcd200c7da9 (diff)
Update language on annual release date
Diffstat (limited to 'doc/policy')
-rw-r--r--doc/policy/maintenance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/policy/maintenance.md b/doc/policy/maintenance.md
index 601b6093110..390db637031 100644
--- a/doc/policy/maintenance.md
+++ b/doc/policy/maintenance.md
@@ -15,7 +15,7 @@ The following table describes the version types and their release cadence:
| Version type | Description | Cadence |
|:-------------|:----------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 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. | |
+| 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 June 22, 2019. Subsequent major releases will be scheduled for May 22 each year. | |
| 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. |