Skip to content

Commit 1b36d8c

Browse files
fix(ci): fix cliff ignore_tags — was ignoring all tags breaking range detection [skip release]
1 parent 4a6d16a commit 1b36d8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cliff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ conventional_commits = true
5252
filter_unconventional = true
5353
# Ignore intermediate version tags within the commit range to prevent
5454
# duplicate section headers. The range boundaries are set by the workflow.
55-
ignore_tags = ".*"
55+
# Only ignore pre-release/rc tags; keep calver release tags for range detection
56+
ignore_tags = ".*-(alpha|beta|rc).*"
5657
sort_commits = "newest"
5758

5859
# Escape @ mentions in commit messages so GitHub doesn't linkify them as users

0 commit comments

Comments
 (0)