.chglog/CHANGELOG.tpl.md aktualisiert
This commit is contained in:
@ -7,10 +7,7 @@
|
||||
|
||||
{{ range .Commits -}}
|
||||
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
|
||||
{{ printf "%#v" .Hash }}
|
||||
{{ .Hash | printf "%.7s" }}
|
||||
{{ .Hash.String }}
|
||||
[{{ .Hash | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash }})
|
||||
[{{ .Hash.String | printf "%.7s" }}]({{ $.Info.RepositoryURL }}/commit/{{ .Hash.String }})
|
||||
{{ end }}
|
||||
{{ end -}}
|
||||
|
||||
|
Reference in New Issue
Block a user