feat: highlight breaking changes in release notes

Add a `**BREAKING**` prefix to any entries in the changelog that are
marked as breaking changes.

Closes #225
This commit is contained in:
Julian Tölle 2025-08-23 22:25:35 +02:00
parent f1aa1a2ef4
commit 4acafb6132
2 changed files with 18 additions and 1 deletions

View file

@ -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 }}