mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: fixup commits in changelog
This commit is contained in:
1696
CHANGELOG.md
1696
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user