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