We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a980b8f commit 22fbd9aCopy full SHA for 22fbd9a
.chglog/CHANGELOG.tpl.md
@@ -1,9 +1,9 @@
1
{{ range .Versions }}
2
<a name="{{ .Tag.Name }}"></a>
3
-## {{ 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 }})
4
5
{{ range .CommitGroups -}}
6
-### {{ .Title }}
+#### {{ .Title }}
7
8
{{ range .Commits -}}
9
* {{ .Subject }}
@@ -12,7 +12,7 @@
12
13
{{- if .NoteGroups -}}
14
{{ range .NoteGroups -}}
15
16
17
{{ range .Notes }}
18
{{ .Body }}
0 commit comments