Skip to content

Commit 5f902f1

Browse files
Add clarity around meaning and potential range of version numbers
1 parent 1de3828 commit 5f902f1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/policy/maintenance.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ GitLab follows the [Semantic Versioning](http://semver.org/) for its releases:
77

88
For example, for GitLab version 10.5.7:
99

10-
- `10` represents major version.
11-
- `5` represents minor version.
12-
- `7` represents patch number.
10+
- `10` represents the major version. The major release was 10.0.0, but often referred to as 10.0.
11+
- `5` represents the minor version. The minor release was 10.5.0, but often referred to as 10.5.
12+
- `7` represents the patch number.
13+
14+
Any part of the version number can increment into multiple digits, for example, 13.10.11.
1315

1416
The following table describes the version types and their release cadence:
1517

0 commit comments

Comments
 (0)