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 ab9a800 commit 0859769Copy full SHA for 0859769
cliff.toml
@@ -96,9 +96,9 @@ 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 = ""
100
# regex for ignoring tags
101
-ignore_tags = ""
+ignore_tags = "v[0-9]+\\.[0-9]+\\.[0-9]+-(alpha|beta|dev)\\.[0-9]+"
102
# sort the tags topologically
103
topo_order = true
104
# sort the commits inside sections by oldest/newest order
0 commit comments