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:
authorJob van der Voort <job@gitlab.com>2015-07-02 20:04:02 +0300
committerJob van der Voort <job@gitlab.com>2015-07-02 20:04:02 +0300
commit6646a04d4cc6a4e421af6c56286b4aa4b8991d66 (patch)
tree8c4bab8b5abef34337cfa72b7db4d93d327554f6 /doc/release
parenta6a0792e9d2a2ffa6bda06b7e171cd4d61097bca (diff)
parent3460759f4447b978363c2dcc15271ae1caae06ed (diff)
Merge branch 'create-final-rc' into 'master'
Change RC/final package release timing Creating the packages one day before the release feels strange, especially in a month like this (June 2015) where the release is on a Monday. I think it is better to have one more RC. See merge request !1873
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/monthly.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/release/monthly.md b/doc/release/monthly.md
index 7fb22938690..3bc92187218 100644
--- a/doc/release/monthly.md
+++ b/doc/release/monthly.md
@@ -66,10 +66,11 @@ Xth: (2 working days before the 22nd)
Xth: (1 working day before the 22nd)
-- [ ] Create CE, EE, CI stable versions (#LINK)
-- [ ] Create Omnibus tags and build packages
-- [ ] Update GitLab.com with the stable version (#LINK)
-- [ ] Update ci.gitLab.com with the stable version (#LINK)
+- [ ] Merge CE stable into EE stable
+- [ ] Create (hopefully final) CE, EE, CI release candidates (#LINK)
+- [ ] Create Omnibus tags and build packages for the latest release candidates
+- [ ] Update GitLab.com with the latest RC (#LINK)
+- [ ] Update ci.gitLab.com with the latest RC (#LINK)
22nd before 12AM CET:
@@ -77,7 +78,11 @@ Release before 12AM CET / 3AM PST, to make sure the majority of our users
get the new version on the 22nd and there is sufficient time in the European
workday to quickly fix any issues.
-- [ ] Release CE, EE and CI (#LINK)
+- [ ] Merge CE stable into EE stable (#LINK)
+- [ ] Create the 'x.y.0' tag with the [release tools](https://dev.gitlab.org/gitlab/release-tools) (#LINK)
+- [ ] BEFORE 11AM CET Create and push omnibus tags for x.y.0 (will auto-release the packages) (#LINK)
+- [ ] BEFORE 12AM CET Publish the release blog post (#LINK)
+- [ ] Tweet about the release (blog post) (#LINK)
- [ ] Schedule a second tweet of the release announcement at 6PM CET / 9AM PST
```