Skip to content

Commit 5415536

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 = ".*"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest >= 7.2.1, < 9
22
pytest-cov ~= 5.0.0
33
pytest-xdist ~= 3.6.1
44
coverage ~= 7.3.0
5-
diff-cover >= 8.0.3, < 9
5+
diff-cover
66
pre-commit
77

88
ruff == 0.4.7

0 commit comments

Comments
 (0)