From cd95cca23dca09b490254742f2c937317d8d3777 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sun, 29 Mar 2026 12:51:21 +0200 Subject: feat: include commit IDs in git-cliff --- .config/git-cliff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git-cliff.toml b/.config/git-cliff.toml index 612892d..1c0a630 100644 --- a/.config/git-cliff.toml +++ b/.config/git-cliff.toml @@ -16,6 +16,7 @@ body = """ {% for commit in commits %} - {% if commit.scope %}*({{ commit.scope }})* {% endif %}\ {% if commit.breaking %}[**breaking**] {% endif %}\ + {{ commit.id }} \ {{ commit.message | upper_first }}\ {% endfor %} {% endfor %} -- cgit v1.2.3