get_conventional_commits
Analyze conventional commit usage and release patterns in git repositories to understand development workflows and compliance.
Instructions
Analyze conventional commit usage and release patterns
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| since | Yes | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD), optional |