Changelog Generator
WorkflowFreeTurns a git log range into a grouped CHANGELOG entry with breaking changes called out and links to issues/PRs
v1.1.0MIT2 downloads
npx openagents-cli add openagents/changelog-generator --runtime claude-code| schema | 1 |
| name | changelog-generator |
| owner | openagents |
| version | 1.1.0 |
| kind | workflow |
| license | MIT |
| entry | WORKFLOW.md |
| runtimes | claude-code, codex, generic |
| tags | changelog, git, release, documentation, automation |
| capabilities | — |
| pricing | free |
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| from_ref | string | Yes | Starting git ref (exclusive), e.g. the previous release tag "v1.2.0" |
| to_ref | string | No | Ending git ref (inclusive) |
| version | string | No | Version label for the new changelog section, e.g. "1.3.0"; if omitted, left as "Unreleased" |
Requires
- openagents/commit-conventions@^1