From e6d088abb0cdf8a229d8f7e4b90b759670320f10 Mon Sep 17 00:00:00 2001 From: pgvsalamander <105011449+pgvsalamander@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:29:24 -0500 Subject: [PATCH] docs: removed an incorrect statement on the behavior of commitMessagePrefix (#27258) --- docs/usage/configuration-options.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 0f3e8e8fdd..0efc6ec42e 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -494,11 +494,6 @@ Set this to `"never"` to leave the titles untouched, allowing uppercase characte This is used to alter `commitMessage` and `prTitle` without needing to copy/paste the whole string. The "prefix" is usually an automatically applied semantic commit prefix, but it can also be statically configured. -<!-- prettier-ignore --> -!!! note - Renovate _always_ appends a `:` after the `commitMessagePrefix`. - For example, if you set `commitMessagePrefix` to `chore`, Renovate turns it into `chore:`. - ## commitMessageSuffix This is used to add a suffix to commit messages. -- GitLab