From 57777a3260cffd5bbfe37c5336f183836df6214f Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 18 Apr 2019 09:04:59 +0000 Subject: [PATCH] Merge branch 'docs-fixes-for-rp-11-10' into 'master' Doc fixes for the release post 11.10 See merge request gitlab-org/gitlab-ce!27450 (cherry picked from commit 42c99d9e36895c221d47bd961cca6a06097cbe85) 6dad16df Fixes "introduced in" note --- doc/ci/merge_request_pipelines/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ci/merge_request_pipelines/index.md b/doc/ci/merge_request_pipelines/index.md index 2de751c9e62..6a03ab910fc 100644 --- a/doc/ci/merge_request_pipelines/index.md +++ b/doc/ci/merge_request_pipelines/index.md @@ -69,7 +69,7 @@ when a merge request was created or updated. For example: ## Combined ref pipelines **[PREMIUM]** -> [GitLab Premium](https://about.gitlab.com/pricing/) 11.10. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/7380) in [GitLab Premium](https://about.gitlab.com/pricing/) 11.10. It's possible for your source and target branches to diverge, which can result in the scenario that source branch's pipeline was green, the target's pipeline was green, -- GitLab