We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df9d19 commit ab9a800Copy full SHA for ab9a800
cliff.toml
@@ -96,12 +96,12 @@ filter_commits = true
96
tag_pattern = "v[0-9]+\\.[0-9]+\\.[0-9]+-*"
97
98
# regex for skipping tags
99
-skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.?[0-9]+"
+skip_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.[0-9]+"
100
# regex for ignoring tags
101
ignore_tags = ""
102
# sort the tags topologically
103
-topo_order = false
+topo_order = true
104
# sort the commits inside sections by oldest/newest order
105
-sort_commits = "oldest"
+sort_commits = "newest"
106
# limit the number of commits included in the changelog.
107
# limit_commits = 42
0 commit comments