Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(changelog): sort commits by newest in CHANGELOG
Previously, cliff was sorting the commits by oldest first. Like: ``` - Support parsing the missing scopes with `default_scope` (orhun#8) - Support generating a changelog scoped to a directory (orhun#11) ``` As the PR numbers indicate, the first bullet point is definitely older than the latter. With this update, it will look like this: ``` - Support generating a changelog scoped to a directory (orhun#11) - Support parsing the missing scopes with `default_scope` (orhun#8) ``` Signed-off-by: Taylan Dogan <[email protected]>
- Loading branch information