Skip to content

Commit

Permalink
feat: atttempt to configure release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 13, 2023
1 parent 4e21005 commit 65dda8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "otgenetics"
version = "0.0.1"
version = "0.0.0"
description = "Open targets Genetics Portal Python ETL"
authors = ["Open Targets core team"]
license = "Apache License v2"
Expand Down Expand Up @@ -66,11 +66,11 @@ apache-airflow-providers-google = "^10.11.1"
pydoclint = "^0.3.8"
python-semantic-release = "^8.3.0"

[tool.semantic_release]
branch = "main"
[tool.semantic_release.branches.release]
match = "(release/*)"
pre_release = "rc"
version_variable = ["src/otg/__init__.py:__version__"]
version_toml = ["pyproject.toml:tool.poetry.version"]
major_on_zero = true
upload_to_pypi = false
upload_to_release = false
build_command = "pip install poetry && poetry build"
Expand Down

0 comments on commit 65dda8b

Please sign in to comment.