diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-07 18:06:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-07 18:06:24 +0000 |
commit | eadb77d89f5f7d445bfd326f18873168f4719f12 (patch) | |
tree | 207af6741c0f99f17345c1a28bc0c356740fefee /doc/policy | |
parent | 31040b5bfe48f8d73830f473513164427522b3a6 (diff) | |
download | gitlab-ce-eadb77d89f5f7d445bfd326f18873168f4719f12.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 d1ad9f2abe2..42e05dd9a5c 100644 --- a/doc/policy/maintenance.md +++ b/doc/policy/maintenance.md @@ -10,7 +10,7 @@ patch and security releases. New releases are usually announced on the [GitLab b ## Versioning GitLab uses [Semantic Versioning](https://semver.org/) for its releases: -`(Major).(Minor).(Patch)` in a [pragmatic way](https://gist.github.com/jashkenas/cbd2b088e20279ae2c8e). +`(Major).(Minor).(Patch)`. For example, for GitLab version 10.5.7: |