diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-03-12 00:56:25 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-03-12 00:56:25 +0000 |
commit | f186b20cb2e5fa59c1b7b6ac9c56141327c89e47 (patch) | |
tree | d62805689cb40e9c07e9dd2e191580aeff39620f /doc | |
parent | d0e11f37e33f6c223e6c845af9984506bcda4038 (diff) | |
parent | 66384d7d4434f9185dbe8bfe22cb7db974763ed3 (diff) | |
download | gitlab-ce-f186b20cb2e5fa59c1b7b6ac9c56141327c89e47.tar.gz |
Merge branch 'ami-to-update-guides' into 'master'
add AMI update step
See merge request !1677
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/monthly.md | 4 | ||||
-rw-r--r-- | doc/release/patch.md | 1 | ||||
-rw-r--r-- | doc/release/security.md | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md index dd44c1eb860..a7e5faf2a6e 100644 --- a/doc/release/monthly.md +++ b/doc/release/monthly.md @@ -200,3 +200,7 @@ Consider creating a post on Hacker News. ## Update GitLab.com with the stable version - Deploy the package (should not need downtime because of the small difference with RC1) + +## Release new AMIs + +[Follow this guide](https://dev.gitlab.org/gitlab/AMI/blob/master/README.md) diff --git a/doc/release/patch.md b/doc/release/patch.md index 80afa19b6c5..5397343e715 100644 --- a/doc/release/patch.md +++ b/doc/release/patch.md @@ -54,3 +54,4 @@ CE=false be rake release['x.x.x'] 1. Create and publish a blog post, see [patch release blog template](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/doc/patch_release_blog_template.md) 1. Send tweets about the release from `@gitlab`, tweet should include the most important feature that the release is addressing and link to the blog post 1. Note in the 'GitLab X.X regressions' issue that the patch was published (CE only) +1. [Create new AMIs](https://dev.gitlab.org/gitlab/AMI/blob/master/README.md) diff --git a/doc/release/security.md b/doc/release/security.md index 1575fcf2708..6ed25264498 100644 --- a/doc/release/security.md +++ b/doc/release/security.md @@ -18,6 +18,7 @@ Please report suspected security vulnerabilities in private to <support@gitlab.c 1. Do the steps from [patch release document](doc/release/patch.md), starting with "Create an issue on private GitLab development server" 1. The MR with the security fix should get a 'security' label and be assigned to the release manager 1. Build the package for GitLab.com and do a deploy +1. [Create new AMIs](https://dev.gitlab.org/gitlab/AMI/blob/master/README.md) 1. Create feature branches for the blog post on GitLab.com and link them from the code branch 1. Merge and publish the blog posts 1. Send tweets about the release from `@gitlabhq` |