mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
refactor: replace markdown renderer (#40)
The new renderer is actually published as a module and can be extended through the usual goldmark extensions.
This commit is contained in:
parent
a0a064d387
commit
4cb22eae10
8 changed files with 49 additions and 900 deletions
1
go.mod
1
go.mod
|
|
@ -9,6 +9,7 @@ require (
|
|||
github.com/leodido/go-conventionalcommits v0.12.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/teekennedy/goldmark-markdown v0.3.0
|
||||
github.com/yuin/goldmark v1.7.4
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue