diff --git a/cliff.toml b/cliff.toml index 6381243..7117c52 100644 --- a/cliff.toml +++ b/cliff.toml @@ -57,6 +57,6 @@ commit_parsers = [ # filter out the commits that are not matched by commit parsers filter_commits = true # glob pattern for matching git tags -tag_pattern = "v\\d+\\.\\d+\\.\\d+" +# tag_pattern = "v?[0-9]*" # regex for skipping tags # skip_tags = "v0.1.0-beta.1"