.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 14:47:13 +02:00
parent 208356f9db
commit 2b3cbb4978

View File

@ -1,12 +1,17 @@
{{ with index .Versions 0 }}
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
## {{ if .Tag.Previous }}
[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }})
{{ else }}
{{ .Tag.Name }}
{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
[{{ .Hash | truncate 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
{{ end }}
{{ end -}}