fix: no html escaping for changelog template (#277)

This commit is contained in:
Jonas L. 2025-09-25 12:40:35 +02:00 committed by GitHub
parent 612928a382
commit b0c50518b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 37 additions and 24 deletions

View file

@ -3,9 +3,9 @@ package changelog
import (
"bytes"
_ "embed"
"html/template"
"log"
"log/slog"
"text/template"
"github.com/apricote/releaser-pleaser/internal/commitparser"
"github.com/apricote/releaser-pleaser/internal/markdown"