summaryrefslogtreecommitdiff
path: root/doc/policy
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 06:08:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-10 06:08:18 +0000
commitc2879da99d02b4e49a1394f5699a2963f2651f18 (patch)
treed461f06a8ab26874e7aa419de0066e1b6b8a11be /doc/policy
parent83ecb4b0df499a75a5eb54ebed3ea900606d3bb0 (diff)
downloadgitlab-ce-c2879da99d02b4e49a1394f5699a2963f2651f18.tar.gz
Add latest changes from gitlab-org/gitlab@master
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 ea20ad327bb..1befcc4374d 100644
--- a/doc/policy/maintenance.md
+++ b/doc/policy/maintenance.md
@@ -29,7 +29,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 13.0 on May 22, 2020. Subsequent major releases will be scheduled for May 22 each year, by default. |
+| Major | For significant changes, or when any backward-incompatible changes are introduced to the public API. | Yearly. The next major release is GitLab 14.0 on May 22, 2021. Subsequent major releases will be scheduled for May 22 each year, by default. |
| 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. |