summaryrefslogtreecommitdiffstats
path: root/cliff.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cliff.toml')
-rw-r--r--cliff.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cliff.toml b/cliff.toml
index f9a77d4..5206f8f 100644
--- a/cliff.toml
+++ b/cliff.toml
@@ -10,12 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
"""
body = """
{% if version %}\
- ## [{{ version | replace(from="v", to="") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
+ ## [{{ version | replace(from="v", to="") }}] - {{ timestamp | date(format="%Y-%m-%d") }}\
{% else %}\
## [unreleased]
{% endif %}\
{% for group, commits in commits | group_by(attribute="group") %}
- ### {{ group | upper_first }}
+ ### {{ group | upper_first }}\
{% for commit in commits %}
- {{ commit.message | upper_first }}\
{% endfor %}