chore: use date order instead of topological for changelog

This commit is contained in:
iCrawl
2022-07-27 14:36:09 +02:00
parent 3f17ff23bf
commit c25e8ad78b
8 changed files with 8 additions and 8 deletions

View File

@@ -59,5 +59,5 @@ commit_parsers = [
filter_commits = true
tag_pattern = "@discordjs/ws@[0-9]*"
ignore_tags = ""
topo_order = false
date_order = true
sort_commits = "newest"