diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index c147e22..11a7970 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -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 }}