From 22fbd9ab1d0c24b416311038e9d6337b8e094aac Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 8 Sep 2021 13:48:39 +0200 Subject: [PATCH] fix: smaller changelog labels --- .chglog/CHANGELOG.tpl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index c989a891056..b6106bb0a05 100644 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -1,9 +1,9 @@ {{ range .Versions }} -## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) +### {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) {{ range .CommitGroups -}} -### {{ .Title }} +#### {{ .Title }} {{ range .Commits -}} * {{ .Subject }} @@ -12,7 +12,7 @@ {{- if .NoteGroups -}} {{ range .NoteGroups -}} -### {{ .Title }} +#### {{ .Title }} {{ range .Notes }} {{ .Body }}