Skip to content

Commit

Permalink
fix: make release a prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Nov 20, 2024
1 parent 2928c20 commit 4b429d5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
build_command = "pip install poetry && poetry build"

[semantic_release.branches.main]
match = "(main|release)"
prerelease_token = "rc"
match = "main"
prerelease = false

[semantic_release.branches.release]
match = "(main|release)"
match = "release"
prerelease_token = "rc"
prerelease = false
prerelease = true

[tool.semantic_release.commit_parser_options]
allowed_tags = [
Expand Down

0 comments on commit 4b429d5

Please sign in to comment.