1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 11:36:46 +00:00

chore(release notes): fix whitespace after commit message

This commit is contained in:
Elias Schneider
2025-09-20 22:54:55 +02:00
parent 097bda349a
commit e8b172f1c3
2 changed files with 405 additions and 411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -27,16 +27,12 @@ body = """
{% for group, commits in commits | group_by(attribute="group") %} {% for group, commits in commits | group_by(attribute="group") %}
### {{ group | title }} ### {{ group | title }}
{% for commit in commits %} {% for commit in commits %}
* {{ commit.message }} \ - {{ commit.message | trim }} \
{%- if commit.remote.pr_number -%} {%- if commit.remote.pr_number %} ([#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}) by @{{ commit.remote.username | default(value=commit.author.name) }}){%- else %} ([{{ commit.id | truncate(length=7, end="") }}]({{ self::remote_url() }}/commit/{{ commit.id }}) by @{{ commit.remote.username | default(value=commit.author.name) }}){%- endif -%}
([#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}) by @{{ commit.remote.username | default(value=commit.author.name) }})
{%- else -%}
([{{ commit.id | truncate(length=7, end="") }}]({{ self::remote_url() }}/commit/{{ commit.id }}) by @{{ commit.remote.username | default(value=commit.author.name) }})
{%- endif -%}
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}
{% if version %} {% if version -%}
{% if previous.version %} {% if previous.version -%}
**Full Changelog**: {{ self::remote_url() }}/compare/{{ previous.version }}...{{ version }} **Full Changelog**: {{ self::remote_url() }}/compare/{{ previous.version }}...{{ version }}
{% endif %} {% endif %}
{% else -%} {% else -%}