mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change: format git-cliff commit hashes a bit better
Use a ':' instead of a '-' to separate commit hash from message Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
477e814cd8
commit
a21c48afe7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Release {{ version }} - {{ timestamp | date(format="%Y-%m-%d") }}
|
||||||
{% for group, commits in commits | group_by(attribute="group") %}
|
{% for group, commits in commits | group_by(attribute="group") %}
|
||||||
{{ group | lower }}:\
|
{{ group | lower }}:\
|
||||||
{% for commit in commits %}
|
{% for commit in commits %}
|
||||||
- {{ commit.id | truncate(length=8, end="") }} - {{ commit.message }}\
|
- {{ commit.id | truncate(length=8, end="") }}: {{ commit.message }}\
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}\n
|
{% endfor %}\n
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue