mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
17 lines
333 B
Smarty
17 lines
333 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 -}}
|
||
|
|
`
|