mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change: display git-cliff's commit scope
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
a21c48afe7
commit
310484a8cc
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") %}
|
||||
{{ group | lower }}:\
|
||||
{% for commit in commits %}
|
||||
- {{ commit.id | truncate(length=8, end="") }}: {{ commit.message }}\
|
||||
- {{ commit.id | truncate(length=8, end="") }}: {% if commit.scope %}({{ commit.scope }}) {% endif %}{{ commit.message }}\
|
||||
{% endfor %}
|
||||
{% endfor %}\n
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue