From bb3a9146324e8e1b1ddeba03459b166febda7c13 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 9 Mar 2024 23:58:42 +0100 Subject: [PATCH] chore: remove git-cliff usage from release-plz again Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- release-plz.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-plz.toml b/release-plz.toml index a70d6da0..bc6b820c 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -3,7 +3,7 @@ [workspace] pr_draft = true dependencies_update = true -changelog_config = "cliff.toml" +# changelog_config = "cliff.toml" # Don't use this for now, as it will override the default changelog config [changelog] protect_breaking_commits = true