From 98753fd9a6200dc8c0ee7226e8840a1b19998984 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 21 Sep 2021 11:47:49 +0200 Subject: [PATCH] chore: adjust changelog template --- .chglog/CHANGELOG.tpl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 95a8415..72cebbd 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -7,7 +7,7 @@ ### {{ .Title }} {{ range .Commits -}} -- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} +- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "Co-\\w*-by.*" .Subject "") | trim }} {{ end }} {{ end -}}