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
I am experimenting with auto-changelog for the first time, I created a repo to test it and I observed that the list of generated commits does not follow the commit history order. Why is it this way? How can I configure it to put the commits in order?
I am using the following command:
npx auto-changelog --commit-limit false
The text was updated successfully, but these errors were encountered:
Upon further investigation, I found out that commits are ordered by "relevance", i.e., breaking changes first, followed by number of changes. I wanted to be able to order them by date instead. I will open a PR.
I am experimenting with auto-changelog for the first time, I created a repo to test it and I observed that the list of generated commits does not follow the commit history order. Why is it this way? How can I configure it to put the commits in order?
I am using the following command:
The text was updated successfully, but these errors were encountered: