.chglog/CHANGELOG.tpl.md aktualisiert
This commit is contained in:
@ -7,7 +7,8 @@
|
|||||||
|
|
||||||
{{ range .Commits -}}
|
{{ range .Commits -}}
|
||||||
{{ $hash := printf "%s" .Hash }}
|
{{ $hash := printf "%s" .Hash }}
|
||||||
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ slice $hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
{{ $short := (print (index $hash 0) (index $hash 1) (index $hash 2) (index $hash 3) (index $hash 4) (index $hash 5) (index $hash 6)) }}
|
||||||
|
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@ -16,7 +17,8 @@
|
|||||||
|
|
||||||
{{ range .RevertCommits -}}
|
{{ range .RevertCommits -}}
|
||||||
{{ $hash := printf "%s" .Hash }}
|
{{ $hash := printf "%s" .Hash }}
|
||||||
* {{ .Revert.Header }} ([{{ slice $hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
{{ $short := (print (index $hash 0) (index $hash 1) (index $hash 2) (index $hash 3) (index $hash 4) (index $hash 5) (index $hash 6)) }}
|
||||||
|
* {{ .Revert.Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@ -25,7 +27,8 @@
|
|||||||
|
|
||||||
{{ range .MergeCommits -}}
|
{{ range .MergeCommits -}}
|
||||||
{{ $hash := printf "%s" .Hash }}
|
{{ $hash := printf "%s" .Hash }}
|
||||||
* {{ .Header }} ([{{ slice $hash 0 7 }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
{{ $short := (print (index $hash 0) (index $hash 1) (index $hash 2) (index $hash 3) (index $hash 4) (index $hash 5) (index $hash 6)) }}
|
||||||
|
* {{ .Header }} ([{{ $short }}]({{ $.Info.RepositoryURL }}/commit/{{ $hash }}))
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user