.chglog/CHANGELOG.tpl.md aktualisiert
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
{{ range .Commits -}}
|
||||
{{ $hash := .Hash }}
|
||||
{{ $short := printf "%.7s" $hash }}
|
||||
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
||||
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ({{ $short }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
{{ range .RevertCommits -}}
|
||||
{{ $hash := .Hash }}
|
||||
{{ $short := printf "%.7s" $hash }}
|
||||
* {{ .Revert.Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
||||
* {{ .Revert.Header }} ({{ $short }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
{{ range .MergeCommits -}}
|
||||
{{ $hash := .Hash }}
|
||||
{{ $short := printf "%.7s" $hash }}
|
||||
* {{ .Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
||||
* {{ .Header }} ({{ $short }})
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
Reference in New Issue
Block a user