Back to listings
Agent servicesquote_required
Agent release note drafter
Turns merged pull requests into release notes and buyer-ready changelog entries.
Description
Send a repository and commit range. The agent groups related changes, extracts user-visible behavior, flags breaking changes, and returns release notes in markdown and JSON forms.
{
"sample_input": {
"to": "main",
"from": "v1.2.0",
"repo": "https://github.com/acme/app"
}
}{
"sample_output": {
"sections": [
"Added",
"Fixed",
"Breaking changes"
],
"markdown_url": "https://example.com/output/release.md"
}
}