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 05:14:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 05:14:21 +0300
commit89ef79f8b48f2bcff6417bc1e997054c5b27d6c6 (patch)
tree5bdaad69db806dc370e307abf8cdb38a9e99dffd
parentc42262b43b009af990e5769840391862d64a1c2d (diff)
parent3869bdf7186bcfd0bbcbecb4c72b020daf1ccec0 (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-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.