diff options
author | dosire <sytses@gmail.com> | 2014-02-04 14:49:06 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-02-04 14:49:06 +0100 |
commit | c296ecfb59fcb2d4588f9f4352ec784ab899ec01 (patch) | |
tree | 5e47f3b7df89bfb5d4dcdd6751941522c960b15a /README.md | |
parent | 07157799c42b015bbfe2d301db4660cb4a555784 (diff) | |
download | gitlab-ce-c296ecfb59fcb2d4588f9f4352ec784ab899ec01.tar.gz |
Remove duplication with readme. Remove unneeded spaces. Prevent people writing ~git in the documentation. Descriptive headers.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md index 0d5dfa8540a..9ac064723bc 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,9 @@ ### New versions and upgrading -Since 2011 GitLab is released on the 22nd of every month. Every new release includes an upgrade guide. +Since 2011 GitLab is released on the 22nd of every month. Every new release includes an [upgrade guide](doc/update) and new features are detailed in the [Changelog](CHANGELOG). -* [Upgrade guides](doc/update) - -* [Changelog](CHANGELOG) +It is recommended to follow a monthly upgrade schedule. Security releases come out when needed. For more information about the release process see the documentation for [monthly](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/release/monthly.md) and [security](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/release/security.md) releases. * Features that will be in the next releases are listed on [the feedback and suggestions forum](http://feedback.gitlab.com/forums/176466-general) with the status [started](http://feedback.gitlab.com/forums/176466-general/status/796456) and [completed](http://feedback.gitlab.com/forums/176466-general/status/796457). |