From 04d05ce64e78823047967d47927576e0e9c9d7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Stankovi=C4=87?= Date: Fri, 18 Oct 2024 10:34:36 +0200 Subject: [PATCH] chore: don't force uppercase first word of the commit message It may refer to a specific crate/component. --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 07a5f9a..042753d 100644 --- a/cliff.toml +++ b/cliff.toml @@ -6,7 +6,7 @@ body = """ ### {{ group | striptags | trim | upper_first }} {% for commit in commits %} - {% if commit.breaking %}[**breaking**] {% endif %}\ - {{ commit.message | upper_first }} \ + {{ commit.message }} \ ({{ commit.id | truncate(length=7, end="") }})\ {% endfor %} {% endfor %}\n\n