From 9df133ed8c3b1fc813dbee09a34455ef6be51680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCch?= Date: Fri, 12 Feb 2021 12:23:30 +0100 Subject: [PATCH] Fix pattern in commitPrefix example --- docs/Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index 2663336c4..4fd35a069 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -328,7 +328,7 @@ Example: git: commitPrefixes: my_project: # This is repository folder name - pattern: "^\\w+\\/(\\w+-\\w+)" + pattern: "^\\w+\\/(\\w+-\\w+).*" replace: "[$1] " ```