File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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 }
104107commit_author =
" semantic-release <[email protected] >" 105108commit_message =
" chore(release): {version}\n\n Automatically generated by python-semantic-release\n\n Signed-off-by: semantic-release <[email protected] >" 106109upload_to_vcs_release = true
107- build_command = " pip install poetry && poetry build"
110+ build_command = """
111+ pip install poetry
112+ poetry build
113+ """
108114version_toml = [" pyproject.toml:tool.poetry.version" ]
109115version_variables = [
110116 " cyclonedx/__init__.py:__version__" ,
You can’t perform that action at this time.
0 commit comments