From a069822019b7fe9b50b13889642c0fccd66966ce Mon Sep 17 00:00:00 2001 From: Takahiro Ebato Date: Sun, 28 Jun 2026 18:14:10 +0900 Subject: [PATCH] ci: remove unsupported filter_unconventional release-plz key filter_unconventional is not a valid release-plz.toml field in release-plz 0.3.159 (the latest release); it exists only in unreleased release-plz. PR #42 merged it and broke config parsing on master. This restores a valid config. Co-Authored-By: Claude Opus 4.8 (1M context) --- release-plz.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/release-plz.toml b/release-plz.toml index 5faf4fa..fe40e9a 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -24,12 +24,6 @@ git_release_enable = false # visible even if a future skip rule would otherwise drop them. protect_breaking_commits = true -# Keep non-conventional commits (no `type:` prefix) instead of dropping them; -# they land in "Other Changes" via the catch-all parser. This matters for the -# historical backlog (commits predating the PR-title convention) — new commits -# are all conventional, so it is a no-op going forward. -filter_unconventional = false - # Changelog preamble. Kept in sync with the header already in each CHANGELOG.md # (Keep a Changelog 1.1.0) so release-plz strips and re-inserts it cleanly — # release-plz's built-in default links 1.0.0, so we override it here.