.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:53:49 +02:00
parent ce29e549e1
commit 36cb90dd05

View File

@ -6,7 +6,7 @@
### {{ .Title }} ### {{ .Title }}
{{ range .Commits -}} {{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([`{{ .Hash.Short }}`]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Short }})) * {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ .Hash.Short }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.Short }}))
{{ end }} {{ end }}
{{ end -}} {{ end -}}