diff --git a/pyproject.toml b/pyproject.toml index ee97f49ea..31eef872b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -398,7 +398,7 @@ ignore_names = ["change_to_ex_proj_dir", "init_example_project"] [tool.semantic_release] logging_use_named_masks = true -commit_parser = "angular" +commit_parser = "conventional" commit_parser_options = { parse_squash_commits = true, ignore_merge_commits = true } build_command = """ python -m pip install -e .[build]