We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aee1ae commit fa8586aCopy full SHA for fa8586a
1 file changed
cliff.toml
@@ -74,7 +74,7 @@ topo_order = false
74
sort_commits = "newest"
75
76
# glob pattern for matching git tags
77
-tag_pattern = "[0-9]*"
+tag_pattern = "^[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?"
78
79
# regex for skipping tags
80
#
0 commit comments