diff --git a/lib/modules/platform/gerrit/readme.md b/lib/modules/platform/gerrit/readme.md index ec753c7ab66e1a3e4764fbf4da83f4846129b7b8..b6ff385e9f522db7358be4969f8d15ee8f3b3d65 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.