Skip to content

Commit

Permalink
feat: prerelease release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 13, 2023
1 parent 65dda8b commit a7d5c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python-semantic-release = "^8.3.0"

[tool.semantic_release.branches.release]
match = "(release/*)"
pre_release = "rc"
prerelease = true
version_variable = ["src/otg/__init__.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
upload_to_pypi = false
Expand Down

0 comments on commit a7d5c85

Please sign in to comment.