Skip to content

Commit

Permalink
fix: change branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 20, 2024
1 parent 2448043 commit d52fe72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,15 @@ codespell = "*"
pyshark = "^0.6"

[tool.semantic_release]
branches = ["release", "main"]
version_toml = ["pyproject.toml:tool.poetry.version"]
build_command = "pip install poetry && poetry build"

[semantic_release.branches.main]
match = "(main|release)"
prerelease_token = "rc"
prerelease = false


[tool.semantic_release.commit_parser_options]
allowed_tags = [
"chore",
Expand Down

0 comments on commit d52fe72

Please sign in to comment.