Skip to content

Commit d52fe72

Browse files
authored
fix: change branch
1 parent 2448043 commit d52fe72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ codespell = "*"
4747
pyshark = "^0.6"
4848

4949
[tool.semantic_release]
50-
branches = ["release", "main"]
5150
version_toml = ["pyproject.toml:tool.poetry.version"]
5251
build_command = "pip install poetry && poetry build"
52+
53+
[semantic_release.branches.main]
54+
match = "(main|release)"
55+
prerelease_token = "rc"
56+
prerelease = false
57+
58+
5359
[tool.semantic_release.commit_parser_options]
5460
allowed_tags = [
5561
"chore",

0 commit comments

Comments
 (0)