We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1369813 commit 2448043Copy full SHA for 2448043
pyproject.toml
@@ -47,7 +47,7 @@ codespell = "*"
47
pyshark = "^0.6"
48
49
[tool.semantic_release]
50
-branch = "release"
+branches = ["release", "main"]
51
version_toml = ["pyproject.toml:tool.poetry.version"]
52
build_command = "pip install poetry && poetry build"
53
[tool.semantic_release.commit_parser_options]
0 commit comments