From 1aa9022a7c7796e85e342382f67b02434d4b544b Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Thu, 22 May 2025 11:45:27 -0600 Subject: [PATCH] patch: Omit dependency auto-updates from CHANGELOG This is marked at a patch release to ensure the change works, and regenerate the CHANGELOG without the noisy entries. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6a4c958..72552bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,9 @@ match = "master" [tool.semantic_release.changelog] exclude_commit_patterns = [ + "chore.*deps.*Bump", "Merge pull request", + "pre-commit auto-update", ]