We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e347b commit b86e42bCopy full SHA for b86e42b
pyproject.toml
@@ -87,7 +87,7 @@ flake8 = "7.2.0"
87
flake8-annotations = "3.1.1"
88
flake8-bugbear = "24.12.12"
89
flake8-copyright-validator = "0.0.1"
90
-flake8-isort = "6.1.2"
+flake8-isort = "6.1.2"
91
flake8-quotes = "3.4.0"
92
flake8-use-fstring = "1.4"
93
pep8-naming = "0.14.1"
@@ -122,7 +122,7 @@ dist_glob_patterns = ["dist/*"]
122
upload_to_vcs_release = true
123
124
[tool.semantic_release.changelog]
125
-changelog_file = "CHANGELOG.md"
+default_templates = { changelog_file = "CHANGELOG.md" }
126
exclude_commit_patterns = [
127
'''chore(?:\([^)]*?\))?: .+''',
128
'''ci(?:\([^)]*?\))?: .+''',
0 commit comments