diff options
Diffstat (limited to '.config/git-cliff.toml')
| -rw-r--r-- | .config/git-cliff.toml | 1 |
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 %} |
