fix(changelog): fix broken links in CHANGELOG.md (#377)

This commit is contained in:
Sergey A. 2025-03-11 21:12:11 +03:00 committed by GitHub
parent 64b2f730b3
commit 8df4a7a229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 292 additions and 292 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@ body = """
{% endif -%}
{% macro commit(commit) -%}
- [{{ commit.id | truncate(length=7, end="") }}]({{ "https://github.com/alexpamantier/television/commit/" ~ commit.id }}) \
- [{{ commit.id | truncate(length=7, end="") }}]({{ "https://github.com/alexpasmantier/television/commit/" ~ commit.id }}) \
*({{commit.scope | default(value = "uncategorized") | lower }})* {{ commit.message | upper_first | trim }}\
{% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif -%}\
{% if commit.remote.pr_number %} in [#{{ commit.remote.pr_number }}]({{ self::remote_url() }}/pull/{{ commit.remote.pr_number }}){%- endif %}\