Skip to content

Commit

Permalink
Update semantic-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurk93 committed Jan 16, 2024
1 parent f86b5d3 commit 13f3784
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
# Documentation for these options: https://python-semantic-release.readthedocs.io/en/latest/configuration.html
version_toml = ["pyproject.toml:tool.poetry.version"]
major_on_zero = true
branch = "main"
upload_to_PyPI = false
upload_to_vcs_release = true
upload_to_repository = false
prerelease = true
parser_angular_default_level_bump = "patch"
patch_tags = "fix,perf,docs,chore,chore(release)"
patch_tags = ["fix", "perf", "chore(release)"]
build_command = "pip install poetry && poetry build"
commit_message = "chore(release): Tag v{version} [skip ci]"
tag_format = "v{version}"

0 comments on commit 13f3784

Please sign in to comment.