.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:36:51 +02:00
parent c249b65df1
commit 1c907592f1

View File

@ -6,7 +6,7 @@
### {{ .Title }}
{{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash }}`)
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash.Short }}`)
{{ end }}
{{ end -}}