blumlaut/AI Changelog Generator
Generate or update a changelog using AI and open a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API key for the selected AI provider | yes | — |
| api_base_url | Override the base URL for the AI provider | no | — |
| github_token | GitHub token for pushing commits and creating pull requests | yes | — |
| base_branch | Branch to read commits from | no | main |
| style | Changelog style: summary or full | no | summary |
| provider | AI provider to use (openai, deepseek, anthropic, ollama) | no | openai |
| system_prompt | Optional system prompt to send to the AI model | no | — |
| model | Optional model identifier for the provider | no | — |
| use_categories | Group changelog entries by conventional commit categories (default false) | no | — |
Outputs
no outputs