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 2928c20 commit 4b429d5Copy full SHA for 4b429d5
pyproject.toml
@@ -51,14 +51,13 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
51
build_command = "pip install poetry && poetry build"
52
53
[semantic_release.branches.main]
54
-match = "(main|release)"
55
-prerelease_token = "rc"
+match = "main"
56
prerelease = false
57
58
[semantic_release.branches.release]
59
+match = "release"
60
prerelease_token = "rc"
61
-prerelease = false
+prerelease = true
62
63
[tool.semantic_release.commit_parser_options]
64
allowed_tags = [
0 commit comments