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] " ```