mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
22 lines
417 B
Smarty
22 lines
417 B
Smarty
## [{{.Version}}]({{.VersionLink}})
|
|
{{- if .Prefix }}
|
|
{{ .Prefix }}
|
|
{{ end -}}
|
|
{{- 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 -}}
|
|
|
|
{{- if .Suffix }}
|
|
{{ .Suffix }}
|
|
{{ end }}
|