### Description I would like to be able to customize the changelog template adding the sha1: ``` {% for change in changes %} {% if change.scope %} - *{{ change.scope }}*: {{ change.message }} ({{ change.sha1 }}) {% elif change.message %} - {{ change.message }} ({{ change.sha1 }}) {% endif %} {% endfor %} ``` Thanks ### Possible Solution Add the sha1 in the "Change" object. Maybe author as well. ### Additional context _No response_ ### Additional context _No response_