sizwinz/ReleaseWave - AI Changelog Generator
Generate AI-powered changelogs from git diffs. Works on any commit style.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from_ref | Starting git ref (tag, branch, or SHA) | yes | — |
| to_ref | Ending git ref (default: HEAD) | no | HEAD |
| model | LLM model to use (LiteLLM format) | no | gemini/gemini-2.5-flash |
| audiences | Comma-separated audience types: developer,user,tweet | no | developer,user,tweet |
| output_dir | Output directory for changelog files | no | . |
| update_changelog | Prepend to existing CHANGELOG.md | no | false |
| api_key | LLM API key (use GitHub secrets!) | no | — |
Outputs
| name | description |
|---|---|
| developer_changelog | Path to the developer changelog file |
| user_changelog | Path to the user release notes file |
| tweet | Path to the tweet announcement file |
| changes_count | Number of changes detected |