Skip to content

Commit fa8586a

Browse files
fix: improve tag pattern (#235)
Signed-off-by: Victor Adossi <[email protected]>
1 parent 0aee1ae commit fa8586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ topo_order = false
7474
sort_commits = "newest"
7575

7676
# glob pattern for matching git tags
77-
tag_pattern = "[0-9]*"
77+
tag_pattern = "^[0-9]+.[0-9]+.[0-9]+(-beta|-rc|-alpha)?"
7878

7979
# regex for skipping tags
8080
#

0 commit comments

Comments
 (0)