From 195be932c243151f6b17d5d40c3d3cd52c47c25a Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:20:55 +0100 Subject: [PATCH] docs(gerrit): use list in known problem section (#26542) --- lib/modules/platform/gerrit/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/modules/platform/gerrit/readme.md b/lib/modules/platform/gerrit/readme.md index ec753c7ab66e1a..b6ff385e9f522d 100644 --- a/lib/modules/platform/gerrit/readme.md +++ b/lib/modules/platform/gerrit/readme.md @@ -64,7 +64,7 @@ For example, if you want to use the [Merge Confidence](https://docs.renovatebot. Sometimes the PR title passed to the Gerrit platform code is different from the first line of the commit message. For example: -Commit-Message=`Update keycloak.version to v21` \ -Pull-Request-Title=`Update keycloak.version to v21 (major)` +- Commit-Message=`Update keycloak.version to v21` +- Pull-Request-Title=`Update keycloak.version to v21 (major)` In this case the Gerrit-Platform implementation tries to detect this and change the commit-message in a second patch-set.