Skip to content

Commit

Permalink
ci: fix semantic release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Dec 14, 2023
1 parent af4c390 commit 498ced1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tool.semantic_release]
version_variables = ["rebulk/__version__.py:__version__"]
commit_subject = "chore(release): release v{version}"
commit_message = "chore(release): release v{version}"
commit_author = "github-actions <[email protected]>"
upload_to_pypi_glob_patterns = "*.tar.gz,*.whl"

[tool.pytest.ini_options]
addopts = "--ignore=setup.py --ignore=build --doctest-modules --doctest-glob='README.rst'"

0 comments on commit 498ced1

Please sign in to comment.