.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 14:51:32 +02:00
parent 51dc7f46b8
commit 64b27c52bf

View File

@ -7,7 +7,7 @@
{{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
[{{ slice .Hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
[{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
{{ end }}
{{ end -}}
@ -16,7 +16,7 @@
{{ range .RevertCommits -}}
* {{ .Revert.Header }}
[{{ slice .Hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
[{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
{{ end }}
{{ end -}}