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

View File

@@ -2,15 +2,13 @@
### Bug Fixes ### Bug Fixes
* embedded paths not found on windows([c55143d](https://github.com/pocket-id/pocket-id/commit/c55143d8c995fcd604edcdd448c50669e8682e33) by @stonith404) - embedded paths not found on windows ([c55143d](https://github.com/pocket-id/pocket-id/commit/c55143d8c995fcd604edcdd448c50669e8682e33) by @stonith404)
* do not treat certain failures in app images bootstrap as fatal ([#966](https://github.com/pocket-id/pocket-id/pull/966) by @ItalyPaleAle) - do not treat certain failures in app images bootstrap as fatal ([#966](https://github.com/pocket-id/pocket-id/pull/966) by @ItalyPaleAle)
* decouple images from app config service ([#965](https://github.com/pocket-id/pocket-id/pull/965) by @stonith404) - decouple images from app config service ([#965](https://github.com/pocket-id/pocket-id/pull/965) by @stonith404)
### Other ### Other
* use git cliff for release notes([fde4e9b](https://github.com/pocket-id/pocket-id/commit/fde4e9b38a34331137a64ce328dad6faf9885808) by @stonith404) - use git cliff for release notes ([fde4e9b](https://github.com/pocket-id/pocket-id/commit/fde4e9b38a34331137a64ce328dad6faf9885808) by @stonith404)
**Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.11.1...v1.11.2 **Full Changelog**: https://github.com/pocket-id/pocket-id/compare/v1.11.1...v1.11.2

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 -%}