We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0babec8 commit f86fa8cCopy full SHA for f86fa8c
1 file changed
pyproject.toml
@@ -13,3 +13,8 @@ upload_to_vcs_release = true
13
[tool.semantic_release.branches.main]
14
match = "(main|master)"
15
prerelease = false
16
+
17
+[tool.semantic_release.branches.alpha]
18
+match = "^(?!.*main|master).*$"
19
+prerelease = true
20
+prerelease_token = "alpha"
0 commit comments