fix: resolve semantic-release CHANGELOG.md not updating properly

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/36c964fc-1fc5-4b0a-b223-43a033f7b26b

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
test
2026-03-27 21:27:16 +00:00
parent 189e2f729d
commit d3e0ca4e33
3 changed files with 115 additions and 234 deletions
+3
View File
@@ -33,10 +33,13 @@ prerelease = false
[tool.semantic_release.changelog]
mode = "update"
insertion_flag = "<!-- version list -->"
exclude_commit_patterns = [
"^chore\\(release\\):",
"^\\d+\\.\\d+\\.\\d+",
"^Merge",
"^Bump version",
"^Initial plan",
]
[tool.semantic_release.changelog.default_templates]