feat: configure semantic-release version file updates and update README

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/7f2a54df-87b2-46b3-af80-0aa5aa616ee7

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-27 16:26:14 +00:00
parent 5f3f6e47e7
commit aa0a7526c0
3 changed files with 28 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "inboxconverge"
dynamic = ["version"]
version = "0.0.0"
description = "Multi-account email forwarding and processing service"
readme = "README.md"
requires-python = ">=3.12"
@@ -20,6 +20,7 @@ Issues = "https://github.com/christianlouis/InboxConverge/issues"
Changelog = "https://github.com/christianlouis/InboxConverge/blob/main/CHANGELOG.md"
[tool.semantic_release]
version_toml = ["pyproject.toml:project.version"]
version_source = "tag"
commit_version_number = true
tag_format = "v{version}"