diff --git a/cliff-weekly-report.toml b/cliff-weekly-report.toml index ace0d57e370..bfd0732c68f 100644 --- a/cliff-weekly-report.toml +++ b/cliff-weekly-report.toml @@ -41,7 +41,7 @@ commit_parsers = [ ] filter_commits = true tag_pattern = "[0-9]*" -skip_tags = "0.1.0-beta.1" +skip_tags = "" ignore_tags = "" date_order = false sort_commits = "newest" diff --git a/cliff.toml b/cliff.toml index fd46ffdb155..b8e884a3f47 100644 --- a/cliff.toml +++ b/cliff.toml @@ -80,7 +80,7 @@ filter_commits = true # glob pattern for matching git tags tag_pattern = "[0-9]*" # regex for skipping tags -skip_tags = "0.1.0-beta.1" +skip_tags = "" # regex for ignoring tags ignore_tags = "" # sort the tags chronologically