Skip to content

Commit c2e347b

Browse files
authored
Update pyproject.toml
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b79e3e4 commit c2e347b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,16 @@ bandit = "1.8.3"
101101

102102
[tool.semantic_release]
103103
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
104+
logging_use_named_masks = true
105+
commit_parser = "conventional"
106+
commit_parser_options = { parse_squash_commits = true, ignore_merge_commits = true }
104107
commit_author = "semantic-release <[email protected]>"
105108
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release\n\nSigned-off-by: semantic-release <[email protected]>"
106109
upload_to_vcs_release = true
107-
build_command = "pip install poetry && poetry build"
110+
build_command = """
111+
pip install poetry
112+
poetry build
113+
"""
108114
version_toml = ["pyproject.toml:tool.poetry.version"]
109115
version_variables = [
110116
"cyclonedx/__init__.py:__version__",

0 commit comments

Comments
 (0)