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 a280400 commit 698a81fCopy full SHA for 698a81f
pyproject.toml
@@ -51,11 +51,11 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
51
build_command = "pip install poetry && poetry build"
52
53
[semantic_release.branches.main]
54
-match = "main"
+match = "release"
55
prerelease = false
56
57
-[semantic_release.branches.release]
58
-match = "release"
+[tool.semantic_release.branches.other]
+match = ".*"
59
prerelease_token = "rc"
60
prerelease = true
61
0 commit comments