Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(?:\([^)]*?\))?: .+''',
Expand Down