From 1369813bca668a495558db07e22f6c505bd24795 Mon Sep 17 00:00:00 2001 From: Luke Lashley Date: Wed, 20 Nov 2024 15:38:53 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]