chore: fixup commits in changelog

This commit is contained in:
iCrawl 2021-12-28 12:36:06 +01:00
parent 1ae1853788
commit 4cc6331e5c
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
2 changed files with 853 additions and 851 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,10 @@ body = """
{% if version %}\ {% if version %}\
# [{{ version | trim_start_matches(pat="v") }}]\ # [{{ version | trim_start_matches(pat="v") }}]\
{% if previous %}\ {% if previous %}\
{% if previous.commit_id %}\ {% if previous.version %}\
({{ previous.commit_id }}...{{ commit_id }})\ (https://github.com/discordjs/discord.js/compare/{{ previous.version }}...{{ version }})\
{% else %}
(https://github.com/discordjs/discord.js/tree/{{ version }}\
{% endif %}\ {% endif %}\
{% endif %} \ {% endif %} \
- ({{ timestamp | date(format="%Y-%m-%d") }}) - ({{ timestamp | date(format="%Y-%m-%d") }})
@ -24,7 +26,7 @@ body = """
{% if commit.scope %}\ {% if commit.scope %}\
**{{commit.scope}}:** \ **{{commit.scope}}:** \
{% endif %}\ {% endif %}\
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}]({{ commit.id }}))\ {{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
{% endfor %} {% endfor %}
{% endfor %}\n {% endfor %}\n
""" """