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 4a6d16a commit 1b36d8cCopy full SHA for 1b36d8c
1 file changed
cliff.toml
@@ -52,7 +52,8 @@ conventional_commits = true
52
filter_unconventional = true
53
# Ignore intermediate version tags within the commit range to prevent
54
# duplicate section headers. The range boundaries are set by the workflow.
55
-ignore_tags = ".*"
+# Only ignore pre-release/rc tags; keep calver release tags for range detection
56
+ignore_tags = ".*-(alpha|beta|rc).*"
57
sort_commits = "newest"
58
59
# Escape @ mentions in commit messages so GitHub doesn't linkify them as users
0 commit comments