summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2018-06-12 11:07:25 +0000
committerMarin Jankovski <marin@gitlab.com>2018-06-12 11:07:25 +0000
commit09d0dbb97d32a3150ddb5f8538eace7847c70b2b (patch)
treee3c2e89a909939487aae0a37fa0ee6beb626f794
parent450b9f6e30161e6719cf9ffb051b460eb48378c4 (diff)
parent19020d3cb3655928529bda9294aa4e51a5149eef (diff)
downloadgitlab-ce-09d0dbb97d32a3150ddb5f8538eace7847c70b2b.tar.gz
Merge branch 'mk/remove-unnecessary-and-broken-example-docs' into 'master'
Remove unnecessary and broken example See merge request gitlab-org/gitlab-ce!19598
-rw-r--r--PROCESS.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 7438df8014b..958bc7b9edc 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -185,11 +185,7 @@ next patch release.
If a merge request is to be picked into more than one release it will need one
`Pick into X.Y` label per release where the merge request should be back-ported
-to.
-
-For example, if the current patch release is `10.1.1` and a regression fix needs
-to be backported down to the `9.5` release, you will need to assign it the
-`10.1` milestone and the following labels:
+to. For example:
- `Pick into 10.1`
- `Pick into 10.0`