Skip to content

Commit

Permalink
fix: Added release_action part
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Nov 18, 2023
1 parent cdf0698 commit baa89ed
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ ruff = "*"
python-semantic-release = "^7.31.4"

[tool.semantic_release]
version_toml = ["pyproject.toml.tool.poetry.version"]
version_toml = [
"pyproject.toml:tool.poetry.version"
]
match = "(release_action)"
upload_to_pypi = false
upload_to_repository = false
Expand All @@ -92,6 +94,10 @@ commit_version_number = true
major_on_zero = false
commit_message = "chore(release): v{version} [skip ci]"

[tool.semantic_release.branches.release_action]
match = "(release_action)"
prerelease = false

[tool.poetry.group.test.dependencies]
coverage = "^7.1.0"
pytest = "7.2.1"
Expand Down

0 comments on commit baa89ed

Please sign in to comment.