summaryrefslogtreecommitdiff
path: root/doc/policy/maintenance.md
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-01-19 03:01:47 +0000
committerMike Lewis <mlewis@gitlab.com>2019-01-19 03:01:47 +0000
commit856c2f2ff3270ae2be6f25f9a535916ebcd92a10 (patch)
treebea4d94759abeee9fcb1db7bb88f3cb599e9b2a4 /doc/policy/maintenance.md
parente60c825414ba41f52ba5866930384dcd200c7da9 (diff)
downloadgitlab-ce-856c2f2ff3270ae2be6f25f9a535916ebcd92a10.tar.gz
Update language on annual release date
Diffstat (limited to 'doc/policy/maintenance.md')
-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. |