fix: update semantic-release changelog configuration for v10 compatibility

- Move changelog_file to changelog.default_templates section
- Resolves deprecation warning in semantic-release v10

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-08 07:58:02 +00:00
parent bc3df5f407
commit 23de539800
+3 -1
View File
@@ -51,13 +51,15 @@ prerelease = false
[tool.semantic_release.changelog] [tool.semantic_release.changelog]
template_dir = "templates" template_dir = "templates"
changelog_file = "CHANGELOG.md"
exclude_commit_patterns = [ exclude_commit_patterns = [
"^chore\\(release\\):", "^chore\\(release\\):",
"^Merge", "^Merge",
"^Bump version", "^Bump version",
] ]
[tool.semantic_release.changelog.default_templates]
changelog_file = "CHANGELOG.md"
[tool.semantic_release.changelog.environment] [tool.semantic_release.changelog.environment]
block_start_string = "{%" block_start_string = "{%"
block_end_string = "%}" block_end_string = "%}"