We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409acc7 commit f5eef9eCopy full SHA for f5eef9e
1 file changed
mfd_code_quality/code_standard/generic_pyproject.txt
@@ -12,6 +12,9 @@ allow_zero_version = true
12
tag_format = "v{version}"
13
version_toml = ["pyproject.toml:project.version"]
14
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 <mfd_intel_bot@intel.com>"
17
+commit_message = "chore: Release v{version}\n\nSigned-off-by: mfd-intel-bot <mfd_intel_bot@intel.com>"
18
19
[tool.semantic_release.branches.main]
20
match = ".*"
0 commit comments