diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-09 12:24:30 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-09 12:24:30 +0100 |
commit | e2f9c1ab724c828f56477bee24c803983a456a31 (patch) | |
tree | 4adaec23121cb178334fc57e0b67c23f2675edae | |
parent | 0fddece769352b650c01d3a0920eea05f378b940 (diff) | |
download | gitlab-ce-freeze-process-documentation.tar.gz |
Add exception for documentation in feature freeze processfreeze-process-documentation
[ci skip]
-rw-r--r-- | PROCESS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PROCESS.md b/PROCESS.md index f257c1d5358..953e9d562fa 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -87,6 +87,9 @@ When in doubt, we err on the side of _not_ cherry-picking. For example, it is likely that an exception will be made for a trivial 1-5 line performance improvement (e.g. adding a database index or adding `includes` to a query), but not for a new feature, no matter how relatively small or thoroughly tested. +Documentation changes that affect GitLab functionality from previous releases +are an exception and do not need the sign-off from the 3 people mentioned above. + During the feature freeze all merge requests that are meant to go into the upcoming release should have the correct milestone assigned _and_ have the label ~"Pick into Stable" set, so that release managers can find and pick them. |