Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 03:47:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 03:47:18 +0300
commit3869bdf7186bcfd0bbcbecb4c72b020daf1ccec0 (patch)
tree49e2f5c8c8ce428cc6acbb0055ea7b488d1d082e
parent39772a01646e35a6d26d843edc9195c79f960970 (diff)
parent3f57022f1e40d874abec35c003b30febcb07bddf (diff)
Merge branch 'relative-sematic-versioning' into 'master'
Relative sematic versioning Note to indicate that semantic versioning is not absolute or allows you to fly blind. See merge request !286
-rw-r--r--MAINTENANCE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTENANCE.md b/MAINTENANCE.md
index 19200fef389..d3d36670693 100644
--- a/MAINTENANCE.md
+++ b/MAINTENANCE.md
@@ -2,7 +2,7 @@
GitLab is a fast moving and evolving project. We currently don't have the resources to support many releases concurrently. We support exactly one stable release at any given time.
-GitLab follows the [Semantic Versioning](http://semver.org/) for its releases: `(Major).(Minor).(Patch)`.
+GitLab follows the [Semantic Versioning](http://semver.org/) for its releases: `(Major).(Minor).(Patch)` in a [pragmatic way](https://gist.github.com/jashkenas/cbd2b088e20279ae2c8e).
- **Major version**: Whenever there is something significant or any backwards incompatible changes are introduced to the public API.
- **Minor version**: When new, backwards compatible functionality is introduced to the public API or a minor feature is introduced, or when a set of smaller features is rolled out.