.chglog/CHANGELOG.tpl.md aktualisiert

This commit is contained in:
2025-05-29 15:33:13 +02:00
parent ed8d281a32
commit 8372091f1b

View File

@ -6,7 +6,7 @@
### {{ .Title }}
{{ range .Commits -}}
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash.String }}`)
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} (`{{ printf "%.7s" .Hash }}`)
{{ end }}
{{ end -}}
@ -14,7 +14,7 @@
### Reverts
{{ range .RevertCommits -}}
* {{ .Revert.Header }} (`{{ printf "%.7s" .Hash.String }}`)
* {{ .Revert.Header }} (`{{ printf "%.7s" .Hash }}`)
{{ end }}
{{ end -}}
@ -22,7 +22,7 @@
### Pull Requests
{{ range .MergeCommits -}}
* {{ .Header }} (`{{ printf "%.7s" .Hash.String }}`)
* {{ .Header }} (`{{ printf "%.7s" .Hash }}`)
{{ end }}
{{ end -}}