diff --git a/cliff.toml b/cliff.toml index 173beefc..bc09935b 100644 --- a/cliff.toml +++ b/cliff.toml @@ -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="") }}: {{ commit.message }}\ {% endfor %} {% endfor %}\n """