.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:15:16 +02:00
parent b28e025fad
commit 9f5c5ee8a3

View File

@ -8,7 +8,7 @@
{{ range .Commits -}} {{ range .Commits -}}
{{ $hash := .Hash }} {{ $hash := .Hash }}
{{ $short := printf "%.7s" $hash }} {{ $short := printf "%.7s" $hash }}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) * {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ({{ $short }})
{{ end }} {{ end }}
{{ end }} {{ end }}
@ -18,7 +18,7 @@
{{ range .RevertCommits -}} {{ range .RevertCommits -}}
{{ $hash := .Hash }} {{ $hash := .Hash }}
{{ $short := printf "%.7s" $hash }} {{ $short := printf "%.7s" $hash }}
* {{ .Revert.Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) * {{ .Revert.Header }} ({{ $short }})
{{ end }} {{ end }}
{{ end }} {{ end }}
@ -28,7 +28,7 @@
{{ range .MergeCommits -}} {{ range .MergeCommits -}}
{{ $hash := .Hash }} {{ $hash := .Hash }}
{{ $short := printf "%.7s" $hash }} {{ $short := printf "%.7s" $hash }}
* {{ .Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }})) * {{ .Header }} ({{ $short }})
{{ end }} {{ end }}
{{ end }} {{ end }}