commitizen icon indicating copy to clipboard operation
commitizen copied to clipboard

Add commit hash and issue number to the changelog format as optional variables

Open nongrata081 opened this issue 5 months ago • 2 comments

Description

It would be nice to get for each commit in the generated changelog as as optional variables:

See an example that was generated with conventional-changelog-cli (node.js). See npm script that generates the changelog.

The justification is that having short commit hash and issue number as clickable links in repo gives a possibility to quickly access the related code and issues/threads in github, thus having full context of the item / entity worked on, without having to search for it by hand, that would take much more time.

changelog-example

Possible Solution

add linked commit hash and issue number as optional variables to each commit to changelog format

Additional context

No response

Additional context

No response

nongrata081 avatar Sep 07 '24 11:09 nongrata081