Skip to content

Commit d437c40

Browse files
committed
chore: semantic-release git commit/sign valid email address
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8b592ea commit d437c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ bandit = "1.7.8"
9999

100100
[tool.semantic_release]
101101
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
102-
commit_author = "semantic-release <semantic-release>"
103-
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release\n\nSigned-off-by: semantic-release <semantic-release>"
102+
commit_author = "semantic-release <semantic-release@bot.local>"
103+
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release\n\nSigned-off-by: semantic-release <semantic-release@bot.local>"
104104
upload_to_vcs_release = true
105105
build_command = "pip install poetry && poetry build"
106106
version_toml = ["pyproject.toml:tool.poetry.version"]

0 commit comments

Comments
 (0)