Skip to content

Commit 90c58e6

Browse files
committed
ci: add commit_author and message for pyproject.toml
1 parent 409acc7 commit 90c58e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mfd_code_quality/code_standard/generic_pyproject.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ allow_zero_version = true
1212
tag_format = "v{version}"
1313
version_toml = ["pyproject.toml:project.version"]
1414
version_source = "tag"
15+
build_command = "python -m pip install build==1.2.2.post1 && python -m build --wheel ."
16+
commit_author = "mfd-intel-bot <[email protected]>"
17+
commit_message = "chore: Release v{version}\n\nSigned-off-by: mfd-intel-bot <[email protected]>"
1518

1619
[tool.semantic_release.branches.main]
1720
match = ".*"

0 commit comments

Comments
 (0)