diff --git a/tooling/cliff.toml b/tooling/cliff.toml index 3358680..a607258 100644 --- a/tooling/cliff.toml +++ b/tooling/cliff.toml @@ -57,9 +57,9 @@ 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]*" +tag_pattern = "[0-9]*" # regex for skipping tags -skip_tags = "v0.1.0-beta.1" +skip_tags = "0.1.0-beta.1" # regex for ignoring tags ignore_tags = "" # sort the tags chronologically diff --git a/tooling/git-cliff-detailed.toml b/tooling/git-cliff-detailed.toml index fed8f90..151cc2f 100644 --- a/tooling/git-cliff-detailed.toml +++ b/tooling/git-cliff-detailed.toml @@ -62,9 +62,9 @@ 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]*" +tag_pattern = "[0-9]*" # regex for skipping tags -skip_tags = "v0.1.0-beta.1" +skip_tags = "0.1.0-beta.1" # regex for ignoring tags ignore_tags = "" # sort the tags chronologically