From a5a6582a26ace4842c52e88f07328767856a6cf4 Mon Sep 17 00:00:00 2001 From: RahulGautamSingh Date: Mon, 1 Jan 2024 14:18:20 +0545 Subject: [PATCH] docs: update templates --- docs/usage/configuration-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-templates.md b/docs/usage/configuration-templates.md index c995e940791d0c..c37f45a28e2bce 100644 --- a/docs/usage/configuration-templates.md +++ b/docs/usage/configuration-templates.md @@ -32,7 +32,7 @@ Be careful, and consider creating a new "config help" post at the [discussions t Renovate uses one commit per branch. The `commitMessage` reflects the contents of the branch and is usually the same as the PR title. -`commitMessage` has a default value of `{{commitMessagePrefix}} {{commitMessageAction}} {{commitMessageTopic}} {{commitMessageExtra}} {{commitMessageSuffix}}`, with the intention that you only edit some of those subcomponents. +`commitMessage` has a default value of `{{{commitMessagePrefix}}} {{{commitMessageAction}}} {{{commitMessageTopic}}} {{{commitMessageExtra}}} {{{commitMessageSuffix}}}`, with the intention that you only edit some of those subcomponents. You usually don't need to edit `commitMessagePrefix`, this option is used by Renovate if it needs to add a prefix to conform to the Semantic Commit convention. Avoid editing the commit message, unless you know what you're doing.