mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
chore: fix git cliff configs (#7948)
Co-authored-by: Vlad <kingdgrizzle@gmail.com>
This commit is contained in:
@@ -21,13 +21,16 @@ body = """
|
|||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
## {{ group | upper_first }}
|
## {{ group | upper_first }}
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}\
|
- {% if commit.scope %}\
|
||||||
[**breaking**] \
|
|
||||||
{% endif %}\
|
|
||||||
{% if commit.scope %}\
|
|
||||||
**{{commit.scope}}:** \
|
**{{commit.scope}}:** \
|
||||||
{% endif %}\
|
{% endif %}\
|
||||||
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
||||||
|
{% if commit.breaking %}\
|
||||||
|
\n\n {% raw %} {% endraw %} ### Breaking Changes:\n \
|
||||||
|
{% for breakingChange in commit.footers %}\
|
||||||
|
{% raw %} {% endraw %} - {{ breakingChange }}\n\
|
||||||
|
{% endfor %}\
|
||||||
|
{% endif %}\
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -21,13 +21,16 @@ body = """
|
|||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
## {{ group | upper_first }}
|
## {{ group | upper_first }}
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}\
|
- {% if commit.scope %}\
|
||||||
[**breaking**] \
|
|
||||||
{% endif %}\
|
|
||||||
{% if commit.scope %}\
|
|
||||||
**{{commit.scope}}:** \
|
**{{commit.scope}}:** \
|
||||||
{% endif %}\
|
{% endif %}\
|
||||||
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
||||||
|
{% if commit.breaking %}\
|
||||||
|
\n\n {% raw %} {% endraw %} ### Breaking Changes:\n \
|
||||||
|
{% for breakingChange in commit.footers %}\
|
||||||
|
{% raw %} {% endraw %} - {{ breakingChange }}\n\
|
||||||
|
{% endfor %}\
|
||||||
|
{% endif %}\
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -21,13 +21,16 @@ body = """
|
|||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
## {{ group | upper_first }}
|
## {{ group | upper_first }}
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}\
|
- {% if commit.scope %}\
|
||||||
[**breaking**] \
|
|
||||||
{% endif %}\
|
|
||||||
{% if commit.scope %}\
|
|
||||||
**{{commit.scope}}:** \
|
**{{commit.scope}}:** \
|
||||||
{% endif %}\
|
{% endif %}\
|
||||||
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
||||||
|
{% if commit.breaking %}\
|
||||||
|
\n\n {% raw %} {% endraw %} ### Breaking Changes:\n \
|
||||||
|
{% for breakingChange in commit.footers %}\
|
||||||
|
{% raw %} {% endraw %} - {{ breakingChange }}\n\
|
||||||
|
{% endfor %}\
|
||||||
|
{% endif %}\
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -21,13 +21,16 @@ body = """
|
|||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
## {{ group | upper_first }}
|
## {{ group | upper_first }}
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}\
|
- {% if commit.scope %}\
|
||||||
[**breaking**] \
|
|
||||||
{% endif %}\
|
|
||||||
{% if commit.scope %}\
|
|
||||||
**{{commit.scope}}:** \
|
**{{commit.scope}}:** \
|
||||||
{% endif %}\
|
{% endif %}\
|
||||||
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
||||||
|
{% if commit.breaking %}\
|
||||||
|
\n\n {% raw %} {% endraw %} ### Breaking Changes:\n \
|
||||||
|
{% for breakingChange in commit.footers %}\
|
||||||
|
{% raw %} {% endraw %} - {{ breakingChange }}\n\
|
||||||
|
{% endfor %}\
|
||||||
|
{% endif %}\
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -21,13 +21,16 @@ body = """
|
|||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
## {{ group | upper_first }}
|
## {{ group | upper_first }}
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {% if commit.breaking %}\
|
- {% if commit.scope %}\
|
||||||
[**breaking**] \
|
|
||||||
{% endif %}\
|
|
||||||
{% if commit.scope %}\
|
|
||||||
**{{commit.scope}}:** \
|
**{{commit.scope}}:** \
|
||||||
{% endif %}\
|
{% endif %}\
|
||||||
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
{{ commit.message | upper_first }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/discordjs/discord.js/commit/{{ commit.id }}))\
|
||||||
|
{% if commit.breaking %}\
|
||||||
|
\n\n {% raw %} {% endraw %} ### Breaking Changes:\n \
|
||||||
|
{% for breakingChange in commit.footers %}\
|
||||||
|
{% raw %} {% endraw %} - {{ breakingChange }}\n\
|
||||||
|
{% endfor %}\
|
||||||
|
{% endif %}\
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user