diff --git a/pyproject.toml b/pyproject.toml index 1e909cb..8a0bdb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ codespell = "*" pyshark = "^0.6" [tool.semantic_release] -branch = "main" +branch = "release" version_toml = ["pyproject.toml:tool.poetry.version"] build_command = "pip install poetry && poetry build" [tool.semantic_release.commit_parser_options]