git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/git-cliff.toml1
1 files changed, 1 insertions, 0 deletions
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 %}