fix(git-cliff): fix markdown escaping in changelog

This commit is contained in:
Thomas Rupprecht 2023-05-24 21:45:33 +02:00
parent df67e402a7
commit 2e79e02805
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ body = """
{% if version %}\
## \\[[{{ version | trim_start_matches(pat="v") }}](https://gitea.usrspace.at/XimeX/usrspace-browser-addon/releases/tag/{{ version }})] - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\
## [unreleased]
## \\[unreleased]
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | striptags | trim | upper_first }}\n