diff --git a/cliff.toml b/cliff.toml index 118042e..224d7bf 100644 --- a/cliff.toml +++ b/cliff.toml @@ -96,8 +96,8 @@ commit_parsers = [ protect_breaking_commits = false # filter out the commits that are not matched by commit parsers filter_commits = false -# glob pattern for matching git tags -tag_pattern = "v[0-9]*" +# regex for matching git tags +tag_pattern = "v[0-9].*" # regex for skipping tags skip_tags = "alpha|beta" # regex for ignoring tags