diff --git a/pyproject.toml b/pyproject.toml index 2a82cd5331..9b85c55852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -183,7 +183,12 @@ tag_format = "{version}" [tool.semantic_release.commit_parser_options] major_types = ["breaking"] minor_types = ["feat"] -patch_types = ["fix", "perf"] +patch_types = [ + "fix", + "perf", + "model", + "dataset", +] [tool.pytest.ini_options]