mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
15 lines
331 B
Smarty
15 lines
331 B
Smarty
## [{{.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 -}}
|