From ae5f8e62ddc861823b7c8d1b1b7710cb484f2414 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 Dec 2021 13:26:06 +0100 Subject: [PATCH] changelog (#59) Co-authored-by: Robert Kaussow Co-committed-by: Robert Kaussow --- .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 4d6bff8..cc0367b 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -7,7 +7,7 @@ ### {{ .Title }} {{ range .Commits -}} -- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }} +- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(.*)/issues/(.*)" (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") "${1}/pulls/${2}") | trim }} {{ end }} {{- end -}}