summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2018-06-08 17:47:52 +0000
committerMichael Kozono <mkozono@gmail.com>2018-06-08 17:47:52 +0000
commite80fcc4ac6537de75f773d34ad4d8af08c095c9c (patch)
tree7d477cbabfde19a9e77d637242ff17f8d8dc9897
parent8cd6ffab51acade21f793103d4fedf6c04a20496 (diff)
downloadgitlab-ce-mk/rc-exception-clarification.tar.gz
Clarify RC exception rulemk/rc-exception-clarification
-rw-r--r--PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 7438df8014b..0a61ccbc7ce 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -217,7 +217,7 @@ 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.
-All MRs which have had exceptions granted must be merged by the 15th.
+All MRs which have had RC exceptions granted must be merged by the 15th.
### Regressions