mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 02:07:04 +00:00
feat: update changelog file
This commit is contained in:
parent
75fe39fe30
commit
d7136c1f64
3 changed files with 179 additions and 21 deletions
16
changelog.md.tpl
Normal file
16
changelog.md.tpl
Normal 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 -}}
|
||||
`
|
||||
Loading…
Add table
Add a link
Reference in a new issue