Skip to content

Commit b86e42b

Browse files
committed
chore: migrate config
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c2e347b commit b86e42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ flake8 = "7.2.0"
8787
flake8-annotations = "3.1.1"
8888
flake8-bugbear = "24.12.12"
8989
flake8-copyright-validator = "0.0.1"
90-
flake8-isort = "6.1.2"
90+
flake8-isort = "6.1.2"
9191
flake8-quotes = "3.4.0"
9292
flake8-use-fstring = "1.4"
9393
pep8-naming = "0.14.1"
@@ -122,7 +122,7 @@ dist_glob_patterns = ["dist/*"]
122122
upload_to_vcs_release = true
123123

124124
[tool.semantic_release.changelog]
125-
changelog_file = "CHANGELOG.md"
125+
default_templates = { changelog_file = "CHANGELOG.md" }
126126
exclude_commit_patterns = [
127127
'''chore(?:\([^)]*?\))?: .+''',
128128
'''ci(?:\([^)]*?\))?: .+''',

0 commit comments

Comments
 (0)