improve changelog template

This commit is contained in:
Robert Kaussow 2021-09-22 11:51:35 +02:00
parent ea848a9cb7
commit 29a6da8b6e
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0

View file

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