.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:47:36 +02:00
parent cda009ca44
commit 175bb4ad9d

View File

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