Skip to content

Can you add the commit sha1 in the changelog command? #987

Closed
@gsemet

Description

@gsemet

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions