Skip to content

Commit

Permalink
pipe: fix configuration of the changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jun 20, 2021
1 parent 04e9165 commit ff997c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }}
{{ .Tag.Name }}

> {{ datetime "2006-01-02" .Tag.Date }}
### {{ if .Tag.Previous }}Changes since {{ .Tag.Previous.Name }} for [{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }}

{{ range .CommitGroups -}}
### {{ .Title }}

Expand Down

0 comments on commit ff997c9

Please sign in to comment.