Skip to content

Commit 839fe11

Browse files
committed
chore: config sem-release
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 18b4eca commit 839fe11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ xmldiff = "2.6.3"
8888

8989
[tool.semantic_release]
9090
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
91-
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release"
91+
commit_author = "semantic-release <semantic-release>"
92+
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release\n\nSigned-off-by: semantic-release <semantic-release>"
9293
upload_to_vcs_release = true
9394
build_command = "pip install poetry && poetry build"
9495
version_toml = ["pyproject.toml:tool.poetry.version"]

0 commit comments

Comments
 (0)