diff options
author | dosire <sytses@gmail.com> | 2014-05-29 09:12:35 +0200 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-05-29 09:12:35 +0200 |
commit | 321130de7aa2c98eb8298c4e1caf2e2f468cd514 (patch) | |
tree | 97a3f1bb54798f7e6249eae47a0ff4b2cd08b60a /README.md | |
parent | ce498eed9a2f394ce8c3110d0e233e873152c931 (diff) | |
download | gitlab-ce-321130de7aa2c98eb8298c4e1caf2e2f468cd514.tar.gz |
Make the updating documetation better for Omnibus users.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index ef0b84c9bd1..d6b959ba54f 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ Please see [the installation page on the GitLab website](https://www.gitlab.com/installation/). -### New versions and upgrading +### New versions -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). +Since 2011 a minor or major version of GitLab is released on the 22nd of every month. Patch and security releases come out when needed. New features are detailed on the [blog](https://www.gitlab.com/blog/) and in the [changelog](CHANGELOG). For more information about the release process see the release [documentation](https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/release). Features that will likely be in the next releases can be found on the [feature request 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). -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. +### Upgrading -* Features that will be in the next releases are listed on the [feature request 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). +For updating the the Omnibus installation please see the [update documentation](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/update.md). For manual installations there is an [upgrader script](doc/update/upgrader.md) and there are [upgrade guides](doc/update). ### Run in production mode |