Skip to content

Commit ab9a800

Browse files
committed
chore: sort commits in changelog from old to new
1 parent 1df9d19 commit ab9a800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cliff.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ filter_commits = true
9696
tag_pattern = "v[0-9]+\\.[0-9]+\\.[0-9]+-*"
9797

9898
# regex for skipping tags
99-
skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.?[0-9]+"
99+
skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.[0-9]+"
100100
# regex for ignoring tags
101101
ignore_tags = ""
102102
# sort the tags topologically
103-
topo_order = false
103+
topo_order = true
104104
# sort the commits inside sections by oldest/newest order
105-
sort_commits = "oldest"
105+
sort_commits = "newest"
106106
# limit the number of commits included in the changelog.
107107
# limit_commits = 42

0 commit comments

Comments
 (0)