.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:03:43 +02:00
parent 7589ea155d
commit d423c49e35

View File

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