Skip to content

Commit f86fa8c

Browse files
committed
ci: alpha tag for non master branch
1 parent 0babec8 commit f86fa8c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ upload_to_vcs_release = true
1313
[tool.semantic_release.branches.main]
1414
match = "(main|master)"
1515
prerelease = false
16+
17+
[tool.semantic_release.branches.alpha]
18+
match = "^(?!.*main|master).*$"
19+
prerelease = true
20+
prerelease_token = "alpha"

0 commit comments

Comments
 (0)