[semantic_release]
version_variable = "pyproject.toml:version"
version_source = "tag"
branch = "main"
commit_message = "chore(release): {version}"
commit_parser = "angular"
major_on_zero = false

[build_command]
command = "pip install -e .[dev]"

[upload_to_pypi]
distributions = "sdist bdist_wheel"

[upload_to_release]
enabled = true

tag_format = "v{version}"  # v1.0.0 format for tags
