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