We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de3828 commit 5f902f1Copy full SHA for 5f902f1
doc/policy/maintenance.md
@@ -7,9 +7,11 @@ GitLab follows the [Semantic Versioning](http://semver.org/) for its releases:
7
8
For example, for GitLab version 10.5.7:
9
10
-- `10` represents major version.
11
-- `5` represents minor version.
12
-- `7` represents patch number.
+- `10` represents the major version. The major release was 10.0.0, but often referred to as 10.0.
+- `5` represents the minor version. The minor release was 10.5.0, but often referred to as 10.5.
+- `7` represents the patch number.
13
+
14
+Any part of the version number can increment into multiple digits, for example, 13.10.11.
15
16
The following table describes the version types and their release cadence:
17
0 commit comments