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 bf33e28 commit d0e455aCopy full SHA for d0e455a
pyproject.toml
@@ -47,7 +47,6 @@ codespell = "*"
47
pyshark = "^0.6"
48
49
[tool.semantic_release]
50
-branch = "main"
51
version_toml = ["pyproject.toml:tool.poetry.version"]
52
build_command = "pip install poetry && poetry build"
53
[tool.semantic_release.commit_parser_options]
@@ -59,6 +58,14 @@ allowed_tags = [
59
58
"refactor"
60
]
61
major_tags= ["refactor"]
+[semantic_release.branches.main]
62
+match = "release"
63
+prerelease = false
64
+
65
+[tool.semantic_release.branches.other]
66
+match = ".*"
67
+prerelease_token = "rc"
68
+prerelease = true
69
70
[tool.ruff]
71
ignore = ["F403", "E741"]
0 commit comments