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 cf067d4 commit fcc58eeCopy full SHA for fcc58ee
pyproject.toml
@@ -48,7 +48,7 @@ pyshark = "^0.6"
48
49
[tool.semantic_release]
50
branch = "main"
51
-version_toml = "pyproject.toml:tool.poetry.version"
+version_toml = ["pyproject.toml", "tool.poetry.version"]
52
build_command = "pip install poetry && poetry build"
53
[tool.semantic_release.commit_parser_options]
54
allowed_tags = [
0 commit comments