diff --git a/.changelog/CHANGELOG.tpl.md b/.changelog/CHANGELOG.tpl.md index 714ad8e..3f94ad1 100644 --- a/.changelog/CHANGELOG.tpl.md +++ b/.changelog/CHANGELOG.tpl.md @@ -1,7 +1,7 @@ {{- /* */ -}} {{- define "format-commit" -}} -* {{ if .Scope }}{{ .Type }} *({{ .Scope }})*: {{ .Subject }}{{ else }}{{ .Header }}{{ end }} ∾ [`{{ .Hash.Short }}`]({{ commitURL .Hash.Long }}) +* {{ if .Scope }}{{ .Type | smartLowerFirstWord }} *({{ .Scope }})*: {{ .Subject | smartLowerFirstWord }}{{ else }}{{ .Header | smartLowerFirstWord }}{{ end }} ∾ [`{{ .Hash.Short }}`]({{ commitURL .Hash.Long }}) {{ end -}} {{- define "format-commit-group" }} @@ -30,7 +30,7 @@ ## [Unreleased] {{ range .Unreleased.CommitGroups }}{{ template "format-commit-group" . }}{{ end -}} {{ end }} -
+
{{- $first := true }}{{ range .Versions }} ---