You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a changelog with the compact (default) template the author and date per merge/fix is missing in the output even if this feature was added in #58
Can you please add it to the template?
I tried the following command:
It was added to the data that can be used in custom templates, but that doesn't mean it has to be added to the compact template. The point of compact is to be as minimal as possible.
There's nothing stopping you copying the compact template into your project, adding the extra information you want, and using --custom-template:
When I create a changelog with the compact (default) template the author and date per merge/fix is missing in the output even if this feature was added in #58
Can you please add it to the template?
I tried the following command:
auto-changelog --commit-limit false -p --sort-commits date-desc
With the json template the author is being displayed correctly.
The text was updated successfully, but these errors were encountered: