diff --git a/pyproject.toml b/pyproject.toml index 5555f91..09d02c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,9 +90,11 @@ openadapt-capture = { path = "../openadapt-capture", editable = true } [tool.semantic_release] version_toml = ["pyproject.toml:project.version"] -branch = "main" commit_message = "chore: release {version}" +[tool.semantic_release.branches.main] +match = "main" + [tool.semantic_release.commit_parser_options] allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"] minor_tags = ["feat"]