summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Catteau <fcatteau@gitlab.com>2018-03-07 13:34:41 +0000
committerFabien Catteau <fcatteau@gitlab.com>2018-03-07 13:34:41 +0000
commite051e28ec6cf680510f786ef34959046ac635bef (patch)
tree4168e823deda40a901dab2df1e2391be5e516b99
parent7e7f260dc54c7643e8d7ec8bf3fbded3dfc06fcc (diff)
downloadgitlab-ce-e051e28ec6cf680510f786ef34959046ac635bef.tar.gz
Change to Pacific Time Zone
The freeze time remains the same when switching to PDT (Daylight Saving Time), so it should be PT, not PST.
-rw-r--r--PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROCESS.md b/PROCESS.md
index c24210341e0..5ae191840ff 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -71,7 +71,7 @@ star, smile, etc.). Some good tips about code reviews can be found in our
## Feature freeze on the 7th for the release on the 22nd
-After 7th at 23:59 (Pacific Standard Time Zone) of each month, RC1 of the upcoming release (to be shipped on the 22nd) is created and deployed to GitLab.com and the stable branch for this release is frozen, which means master is no longer merged into it.
+After 7th at 23:59 (Pacific Time Zone) of each month, RC1 of the upcoming release (to be shipped on the 22nd) is created and deployed to GitLab.com and the stable branch for this release is frozen, which means master is no longer merged into it.
Merge requests may still be merged into master during this period,
but they will go into the _next_ release, unless they are manually cherry-picked into the stable branch.