Skip to content

Commit

Permalink
fix: semantic release versioning tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Nov 13, 2024
1 parent cf067d4 commit 9c8673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pyshark = "^0.6"

[tool.semantic_release]
branch = "main"
version_toml = "pyproject.toml:tool.poetry.version"
version_toml = ["pyproject.toml", "tool.poetry.version"]
build_command = "pip install poetry && poetry build"
[tool.semantic_release.commit_parser_options]
allowed_tags = [
Expand Down

0 comments on commit 9c8673a

Please sign in to comment.