From 2418719544fc0c361722144ba901553d43e8a58e Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Sat, 8 Nov 2025 15:11:24 -0800 Subject: [PATCH] chore(config): update PSR config to use conventional commit style version commit (#1365) --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4b2263493..259975c08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -412,6 +412,11 @@ ignore_names = ["change_to_ex_proj_dir", "init_example_project"] logging_use_named_masks = true commit_parser = "conventional" commit_parser_options = { parse_squash_commits = true, ignore_merge_commits = true } +commit_message = """\ +chore: release v{version} + +Automatically generated by python-semantic-release +""" build_command = """ python -m pip install -e .[build] python -m build .