.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:07:39 +02:00
parent 1cbc3e9896
commit 52fb95f616

View File

@ -7,10 +7,7 @@
{{ range .Commits -}} {{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} * {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
{{ printf "%#v" .Hash }} [{{ .Hash.String | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.String }})
{{ .Hash | printf "%.7s" }}
{{ .Hash.String }}
[{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
{{ end }} {{ end }}
{{ end -}} {{ end -}}