mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(git-cliff): include a header for untagged cliffs
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
310484a8cc
commit
bf0623d8c7
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ body = """
|
|||
{% if version %}\
|
||||
Release {{ version }} - {{ timestamp | date(format="%Y-%m-%d") }}
|
||||
---------------------------
|
||||
{% else %}\
|
||||
Changelog (untagged)
|
||||
---------------------------
|
||||
{% endif %}\
|
||||
{% for group, commits in commits | group_by(attribute="group") %}
|
||||
{{ group | lower }}:\
|
||||
|
|
Loading…
Add table
Reference in a new issue