mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
fix: no html escaping for changelog template (#277)
This commit is contained in:
parent
612928a382
commit
b0c50518b3
7 changed files with 37 additions and 24 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue