From 5cd66bb037aca82bef396d48dd9e4ec6f21ef747 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 18 Jul 2024 12:17:09 -0400 Subject: [PATCH] Removing renovate from git cliff (#2564) Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> --- cliff.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cliff.toml b/cliff.toml index 2bfd5ea2..10c1a4cc 100644 --- a/cliff.toml +++ b/cliff.toml @@ -26,6 +26,7 @@ body = """ {%- endif %} {%- endfor -%} +{%- if github -%} {% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %} {% raw %}\n{% endraw -%} ## New Contributors @@ -36,6 +37,7 @@ body = """ [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \ {%- endif %} {%- endfor -%} +{%- endif -%} {% if version %} {% if previous.version %} @@ -70,6 +72,9 @@ commit_preprocessors = [ # remove issue numbers from commits { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "" }, ] +commit_parsers = [ + { field = "author.name", pattern = "renovate", skip = true }, +] # protect breaking changes from being skipped due to matching a skipping commit_parser protect_breaking_commits = false # filter out the commits that are not matched by commit parsers