Skip to content

Commit

Permalink
fix: semantic release versioning tag (#238)
Browse files Browse the repository at this point in the history
* fix: semantic release versioning tag

* fix: set version back
  • Loading branch information
Lash-L authored Nov 13, 2024
1 parent fcc58ee commit 33a1e72
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 33a1e72

Please sign in to comment.