releaser-pleaser/changelog.md.tpl

17 lines
333 B
Smarty
Raw Normal View History

2024-07-15 16:45:03 +02:00
## [{{.Version}}]({{.VersionLink}})
{{- if (gt (len .Features) 0) }}
### Features
{{ range .Features -}}
- {{ if .Scope }}**{{.Scope}}**: {{end}}{{.Description}}
{{ end -}}
{{- end -}}
{{- if (gt (len .Fixes) 0) }}
### Bug Fixes
{{ range .Fixes -}}
- {{ if .Scope }}**{{.Scope}}**: {{end}}{{.Description}}
{{ end -}}
{{- end -}}
`