mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
feat: highlight breaking changes in release notes (#234)
Add a `**BREAKING**` prefix to any entries in the changelog that are marked as breaking changes. Closes #225
This commit is contained in:
parent
5306e2dd35
commit
48b1894cac
2 changed files with 18 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{define "entry" -}}
|
||||
- {{ if .Scope }}**{{.Scope}}**: {{end}}{{.Description}}
|
||||
- {{ if .BreakingChange}}**BREAKING**: {{end}}{{ if .Scope }}**{{.Scope}}**: {{end}}{{.Description}}
|
||||
{{ end }}
|
||||
|
||||
{{- if not .Formatting.HideVersionTitle }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue