diff --git a/pyproject.toml b/pyproject.toml index 29221f4d..8e43cec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,15 +55,14 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.semantic_release] +# Documentation for these options: https://python-semantic-release.readthedocs.io/en/latest/configuration.html version_toml = ["pyproject.toml:tool.poetry.version"] major_on_zero = true branch = "main" -upload_to_PyPI = false upload_to_vcs_release = true upload_to_repository = false prerelease = true -parser_angular_default_level_bump = "patch" -patch_tags = "fix,perf,docs,chore,chore(release)" +patch_tags = ["fix", "perf", "chore(release)"] build_command = "pip install poetry && poetry build" commit_message = "chore(release): Tag v{version} [skip ci]" tag_format = "v{version}"