chore: fixup changelog generation

This commit is contained in:
iCrawl
2021-12-28 12:17:23 +01:00
parent d80fddf06d
commit 1ae1853788
2 changed files with 9 additions and 9 deletions

View File

@@ -8,9 +8,9 @@ body = """
# [{{ version | trim_start_matches(pat="v") }}]\
{% if previous %}\
{% if previous.commit_id %}\
([{{ previous.commit_id | truncate(length=7, end="") }}]({{ previous.commit_id }})...[{{ commit_id | truncate(length=7, end="") }}]({{ commit_id }}))\
({{ previous.commit_id }}...{{ commit_id }})\
{% endif %}\
{% endif %}\
{% endif %} \
- ({{ timestamp | date(format="%Y-%m-%d") }})
{% else %}\
# [unreleased]