diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-01-19 17:49:13 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-01-19 17:49:13 +0000 |
commit | 1de38289e2fff116970febc50111b92d5ec877ff (patch) | |
tree | cf9fee1798590048e0163c5bdb310601ac9b8e40 /doc/policy | |
parent | 856c2f2ff3270ae2be6f25f9a535916ebcd92a10 (diff) | |
download | gitlab-ce-1de38289e2fff116970febc50111b92d5ec877ff.tar.gz |
Added 'by default' re. annual major-release date scheduling
Diffstat (limited to 'doc/policy')
-rw-r--r-- | doc/policy/maintenance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/policy/maintenance.md b/doc/policy/maintenance.md index 390db637031..6c3ad080e3e 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 June 22, 2019. Subsequent major releases will be scheduled for May 22 each year. | | +| 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, 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. | |