diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-16 17:50:35 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-16 17:50:35 +0000 |
commit | 469d6373d0e833f5d8d5ea968dc168aaf3b64f8e (patch) | |
tree | acf86ea557478b601a52730ba2f0753b8e9a96ad | |
parent | 648f38cd98eed41ddf56613194f2d91c0e5b1fbb (diff) | |
parent | 89d3028b20d769185b20d9af8e2e2f58d29667b8 (diff) | |
download | gitlab-ce-469d6373d0e833f5d8d5ea968dc168aaf3b64f8e.tar.gz |
Merge branch 'montly_doc_with_next_release_blog_article' into 'master'
Update monthly doc to mention wip blogpost for next release.
See merge request !1697
-rw-r--r-- | doc/release/monthly.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md index ec96be27f3f..cfe01896d8f 100644 --- a/doc/release/monthly.md +++ b/doc/release/monthly.md @@ -178,6 +178,10 @@ Update [installation.md](/doc/install/installation.md) to the newest version in Follow the [release doc in the Omnibus repository](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/release.md). This can happen before tagging because Omnibus uses tags in its own repo and SHA1's to refer to the GitLab codebase. +## Update GitLab.com with the stable version + +- Deploy the package (should not need downtime because of the small difference with RC1) +- Deploy the package for ci.gitlab.com ## Release CE, EE and CI @@ -199,10 +203,10 @@ Proposed tweet "Release of GitLab X.X & CI Y.Y! FEATURE, FEATURE and FEATURE < 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) + +## Create a WIP blogpost for the next release + +Create a WIP blogpost using [release blog template](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/doc/release_blog_template.md). |