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 2448043 commit d52fe72Copy full SHA for d52fe72
pyproject.toml
@@ -47,9 +47,15 @@ codespell = "*"
47
pyshark = "^0.6"
48
49
[tool.semantic_release]
50
-branches = ["release", "main"]
51
version_toml = ["pyproject.toml:tool.poetry.version"]
52
build_command = "pip install poetry && poetry build"
+
53
+[semantic_release.branches.main]
54
+match = "(main|release)"
55
+prerelease_token = "rc"
56
+prerelease = false
57
58
59
[tool.semantic_release.commit_parser_options]
60
allowed_tags = [
61
"chore",
0 commit comments