feat: update changelog file

This commit is contained in:
Julian Tölle 2024-07-15 16:45:03 +02:00
parent 75fe39fe30
commit d7136c1f64
3 changed files with 179 additions and 21 deletions

16
changelog.md.tpl Normal file
View file

@ -0,0 +1,16 @@
## [{{.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 -}}
`