misc: Update changelog template to make conversion to PDF easier
This commit is contained in:
parent
66c510309f
commit
87550a9ed5
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
{{ if .Versions -}}
|
||||
<a name="unreleased"></a>
|
||||
## [Unreleased]
|
||||
|
||||
{{ if .Unreleased.CommitGroups -}}
|
||||
|
@ -13,7 +12,6 @@
|
|||
{{ end -}}
|
||||
|
||||
{{ range .Versions }}
|
||||
<a name="{{ .Tag.Name }}"></a>
|
||||
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
|
||||
{{ range .CommitGroups -}}
|
||||
### {{ .Title }}
|
||||
|
|
Loading…
Reference in a new issue