Skip to content

Commit 7fe3a7b

Browse files
fix: improve tag pattern
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 73eb294 commit 7fe3a7b

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)