From 972b4b96bf19755167f540b5884ea293b1ba318f Mon Sep 17 00:00:00 2001 From: Matt Gebert Date: Fri, 11 Jul 2025 00:09:34 +1000 Subject: [PATCH] docs(getting_started.rst): modified `changelog.exclude_commit_patterns` toml example removed self-reference for `exclude_commit_patterns`. --- docs/concepts/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/getting_started.rst b/docs/concepts/getting_started.rst index 63007948e..d34062457 100644 --- a/docs/concepts/getting_started.rst +++ b/docs/concepts/getting_started.rst @@ -215,7 +215,7 @@ To set commit exclusion patterns for a conventional commits parsers, add the fol .. code-block:: toml - [tool.semantic_release.changelog.exclude_commit_patterns] + [tool.semantic_release.changelog] # Recommended patterns for conventional commits parser that is scope aware exclude_commit_patterns = [ '''chore(?:\([^)]*?\))?: .+''',