From a6583a33714723ea71da26eb5951eef6afbfd5fa Mon Sep 17 00:00:00 2001 From: "Thierno IB. BARRY" Date: Tue, 17 Mar 2020 15:29:59 +0100 Subject: [PATCH] fix: fix git-chglog template to format changelog `Type` nicely (#803) --- .chglog/CHANGELOG.tpl.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 52d2224..7662c4d 100644 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -14,14 +14,14 @@ project adheres to [Semantic Versioning](http://semver.org/). {{ range .Commits -}} {{- if .Subject -}} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} -{{- end -}} +{{ end -}} {{ end }} {{ end -}} {{ else }} {{ range .Unreleased.Commits -}} {{- if .Subject -}} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} -{{- end -}} +{{ end -}} {{ end }} {{ end -}} {{ end -}} @@ -35,14 +35,14 @@ project adheres to [Semantic Versioning](http://semver.org/). {{ range .Commits -}} {{- if .Subject -}} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} -{{- end -}} +{{ end -}} {{ end }} {{ end -}} {{ else }} {{ range .Commits -}} {{- if .Subject -}} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} -{{- end -}} +{{ end -}} {{ end }} {{ end -}}