Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: changelog-generator
3owner: openagents
4version: 1.1.0
5kind: workflow
6title: Changelog Generator
7summary: Turns a git log range into a grouped CHANGELOG entry with breaking changes called out and links to issues/PRs
8license: MIT
9tags: [changelog, git, release, documentation, automation]
10runtimes: [claude-code, codex, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18inputs:
19 - name: from_ref
20 type: string
21 required: true
22 description: Starting git ref (exclusive), e.g. the previous release tag "v1.2.0"
23 - name: to_ref
24 type: string
25 required: false
26 default: HEAD
27 description: Ending git ref (inclusive)
28 - name: version
29 type: string
30 required: false
31 description: Version label for the new changelog section, e.g. "1.3.0"; if omitted, left as "Unreleased"
32requires:
33 - openagents/commit-conventions@^1
34

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc