improve changelog template

This commit is contained in:
Robert Kaussow 2021-09-22 11:51:34 +02:00
parent d0b9a1006a
commit 311f01102c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }}
{{ end }}
{{ end -}}
{{- end -}}
{{- if .NoteGroups -}}
{{ range .NoteGroups -}}