Skip to content

Commit 2d80950

Browse files
authored
fix: adding prerelease capability (#222)
1 parent c86a20f commit 2d80950

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ tag_format = "{version}"
164164
[tool.semantic_release.branches.main]
165165
match = "(main|master|release-fix*)"
166166

167+
[tool.semantic_release.branches.alpha]
168+
match = "(alpha)"
169+
prerelease = true
170+
prerelease_token = "alpha"
171+
167172
[tool.semantic_release.commit_parser_options]
168173
minor_tags = ["feat"]
169174
patch_tags = ["fix", "perf"]

0 commit comments

Comments
 (0)