summaryrefslogtreecommitdiffstats
path: root/cliff.toml
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-07-08 02:20:59 +0300
committerorhun <orhun@archlinux.org>2021-07-08 02:20:59 +0300
commit94d6fb7a57d5e6e5fc241f377b67e6da564012ec (patch)
tree7f1f00b4a0c81b19bc46136d2e1d3d2a00c759f6 /cliff.toml
parent888a5d836d036e199bde044c08adc04a38d9464d (diff)
chore: Prepare for the 0.7.0 releasev0.7.0
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 %}